mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-17 23:44:17 +08:00
Merge branch 'fix-rustpython' into 'master'
Fix RustPython compilation See merge request redox-os/cookbook!498
This commit is contained in:
commit
21820704b1
@ -1,6 +1,5 @@
|
||||
[source]
|
||||
git = "https://github.com/RustPython/RustPython"
|
||||
branch = "redox-release"
|
||||
|
||||
[build]
|
||||
dependencies = [
|
||||
@ -9,6 +8,8 @@ dependencies = [
|
||||
]
|
||||
template = "custom"
|
||||
script = """
|
||||
DYNAMIC_INIT
|
||||
|
||||
(cd "${COOKBOOK_SOURCE}" && bash scripts/redox/uncomment-cargo.sh && cargo update)
|
||||
export BUILDTIME_RUSTPYTHONPATH=/lib/rustpython
|
||||
export OPENSSL_DIR="${COOKBOOK_SYSROOT}"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user