Update rust branch for rust package

This commit is contained in:
Jeremy Soller 2019-11-30 15:17:32 -07:00
parent 9a441faead
commit b80c5a1b21
No known key found for this signature in database
GPG Key ID: E988B49EE78A7FB1
2 changed files with 2 additions and 2 deletions

View File

@ -21,4 +21,4 @@ ar = "x86_64-unknown-redox-ar"
linker = "x86_64-unknown-redox-gcc"
# Nasty path, please fix
llvm-config = "../../../bin/x86_64-unknown-redox-llvm-config"
crt-static = true
crt-static = false

View File

@ -1,5 +1,5 @@
GIT=https://gitlab.redox-os.org/redox-os/rust.git
BRANCH=compile-redox
BRANCH=redox-2019-11-25
BUILD_DEPENDS=(llvm)
DEPENDS="gcc cargo"
PREPARE_COPY=0