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

Merge branch 'fix-path-in-rust-recipe' into 'master'

Fix path in rust recipe

See merge request !313
parents a0334f21 4a663deb
No related branches found
No related tags found
No related merge requests found
......@@ -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
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