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

Set crt-static to true in rust recipe

parent 52bc28fd
No related branches found
No related tags found
No related merge requests found
...@@ -26,4 +26,4 @@ ar = "x86_64-unknown-redox-ar" ...@@ -26,4 +26,4 @@ ar = "x86_64-unknown-redox-ar"
linker = "x86_64-unknown-redox-gcc" linker = "x86_64-unknown-redox-gcc"
# Nasty path, please fix # 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 crt-static = true
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