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

Update rust recipe

parent 7d0e0c82
No related branches found
No related tags found
No related merge requests found
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
}
......
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