mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-25 14:24:18 +08:00
rustpython: use new method for passing cargo flags
This commit is contained in:
parent
5e756a5de8
commit
300e99bf52
@ -10,8 +10,7 @@ script = """
|
||||
export BUILDTIME_RUSTPYTHONPATH=/lib/rustpython
|
||||
export OPENSSL_DIR="${COOKBOOK_SYSROOT}"
|
||||
export ZLIB_STATIC=1
|
||||
COOKBOOK_CARGO_FLAGS+=(--features ssl)
|
||||
cookbook_cargo
|
||||
cookbook_cargo --features ssl
|
||||
mkdir -p "${COOKBOOK_STAGE}/lib"
|
||||
rsync -aE \
|
||||
--exclude 'test/' \
|
||||
|
||||
Loading…
Reference in New Issue
Block a user