mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-17 23:44:17 +08:00
Set crt-static to true in rust recipe
This commit is contained in:
parent
52bc28fdb1
commit
20465f86f0
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user