Set crt-static to true in rust recipe

This commit is contained in:
Jeremy Soller 2024-05-30 11:37:45 -06:00
parent 52bc28fdb1
commit 20465f86f0
No known key found for this signature in database
GPG Key ID: D02FD439211AF56F

View File

@ -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