mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-23 13:24:17 +08:00
rustpython: hack to run cargo update after enabling redox patch
This commit is contained in:
parent
64035e22e4
commit
9aef34384d
@ -6,7 +6,7 @@ branch = "redox-release"
|
||||
dependencies = ["openssl", "zlib"]
|
||||
template = "custom"
|
||||
script = """
|
||||
(cd "${COOKBOOK_SOURCE}" && bash scripts/redox/uncomment-cargo.sh)
|
||||
(cd "${COOKBOOK_SOURCE}" && bash scripts/redox/uncomment-cargo.sh && cargo update)
|
||||
export BUILDTIME_RUSTPYTHONPATH=/lib/rustpython
|
||||
export OPENSSL_DIR="${COOKBOOK_SYSROOT}"
|
||||
export ZLIB_STATIC=1
|
||||
|
||||
Loading…
Reference in New Issue
Block a user