mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-28 23:58:42 +08:00
Update rust recipe
This commit is contained in:
parent
7d0e0c82db
commit
103c51c3c9
@ -1,5 +1,5 @@
|
||||
GIT=https://gitlab.redox-os.org/redox-os/rust.git
|
||||
BRANCH=redox-2019-11-25
|
||||
BRANCH=redox-2020-07-27
|
||||
BUILD_DEPENDS=(llvm)
|
||||
DEPENDS="gcc cargo"
|
||||
PREPARE_COPY=0
|
||||
@ -18,7 +18,7 @@ function recipe_build {
|
||||
config="$(realpath ../config.toml)"
|
||||
source="$(realpath ../source)"
|
||||
unset AR AS CC CXX LD NM OBJCOPY OBJDUMP RANLIB READELF STRIP
|
||||
python "$source/x.py" dist --config "$config" --jobs $(nproc) --incremental
|
||||
python3 "$source/x.py" dist --config "$config" --jobs $(nproc) --incremental
|
||||
skip=1
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user