mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-23 21:34:18 +08:00
Allow missing llvm-source in rust recipe
This commit is contained in:
parent
8de4e0f20e
commit
d9ede42f67
@ -3,9 +3,9 @@ BRANCH=compile-redox-stage-0
|
||||
DEPENDS="gcc cargo"
|
||||
|
||||
LLVM_GIT="https://github.com/redox-os/llvm.git"
|
||||
LLVM_SOURCE="$(realpath llvm-source)"
|
||||
LLVM_BUILD="$(realpath llvm-build)"
|
||||
LLVM_PREFIX="$(realpath llvm-prefix)"
|
||||
LLVM_SOURCE="$(realpath -m llvm-source)"
|
||||
LLVM_BUILD="$(realpath -m llvm-build)"
|
||||
LLVM_PREFIX="$(realpath -m llvm-prefix)"
|
||||
SYSROOT="/usr/$HOST"
|
||||
unset AR AS CC CXX LD NM OBJCOPY OBJDUMP RANLIB READELF STRIP
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user