Update rust recipe

This commit is contained in:
Jeremy Soller 2021-05-09 19:51:03 -06:00
parent 7d0e0c82db
commit 103c51c3c9
No known key found for this signature in database
GPG Key ID: E988B49EE78A7FB1

View File

@ -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
}