diff --git a/recipes/dev/rust/config.toml b/recipes/dev/rust/config.toml index 40a3dd016ac92de6cc3f5d43c3d020f3c27bb82c..180cfd09ddf2e00c934f3ffcc5d4f034875fdbbb 100644 --- a/recipes/dev/rust/config.toml +++ b/recipes/dev/rust/config.toml @@ -26,4 +26,4 @@ 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" -crt-static = false +crt-static = true