mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-20 20:04:19 +08:00
Merge branch 'fix-path-in-rust-recipe' into 'master'
Fix path in rust recipe See merge request redox-os/cookbook!313
This commit is contained in:
commit
cbdc852bf4
@ -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