mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-23 21:34:18 +08:00
Fix path in rust recipe
This commit is contained in:
parent
a0334f2185
commit
4a663deb16
@ -24,5 +24,5 @@ cxx = "x86_64-unknown-redox-g++"
|
||||
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"
|
||||
llvm-config = "../../../../bin/x86_64-unknown-redox-llvm-config"
|
||||
crt-static = false
|
||||
|
||||
Loading…
Reference in New Issue
Block a user