Skip to content
Snippets Groups Projects
Verified Commit 300e99bf authored by Jeremy Soller's avatar Jeremy Soller
Browse files

rustpython: use new method for passing cargo flags

parent 5e756a5d
No related branches found
No related tags found
No related merge requests found
...@@ -10,8 +10,7 @@ script = """ ...@@ -10,8 +10,7 @@ script = """
export BUILDTIME_RUSTPYTHONPATH=/lib/rustpython export BUILDTIME_RUSTPYTHONPATH=/lib/rustpython
export OPENSSL_DIR="${COOKBOOK_SYSROOT}" export OPENSSL_DIR="${COOKBOOK_SYSROOT}"
export ZLIB_STATIC=1 export ZLIB_STATIC=1
COOKBOOK_CARGO_FLAGS+=(--features ssl) cookbook_cargo --features ssl
cookbook_cargo
mkdir -p "${COOKBOOK_STAGE}/lib" mkdir -p "${COOKBOOK_STAGE}/lib"
rsync -aE \ rsync -aE \
--exclude 'test/' \ --exclude 'test/' \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment