7 lines
190 B
TOML
7 lines
190 B
TOML
[target.x86_64-pc-windows-gnu]
|
|
rustflags = ["-C", "target-feature=+crt-static"]
|
|
linker = "x86_64-w64-mingw32-gcc"
|
|
|
|
[env]
|
|
CARGO_TARGET_X86_64_PC_WINDOWS_GNU_LINKER = "x86_64-w64-mingw32-gcc"
|