diff --git a/recipes/dev/rust/config.toml b/recipes/dev/rust/config.toml index 40a3dd01..180cfd09 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