mirror of
https://github.com/djibux/BoilR.git
synced 2026-09-01 14:03:42 +02:00
7 lines
194 B
TOML
7 lines
194 B
TOML
[target.x86_64-pc-windows-gnu]
|
|
linker = "/usr/bin/x86_64-w64-mingw32-gcc"
|
|
ar = "/usr/x86_64-w64-mingw32/bin/ar"
|
|
|
|
[target.x86_64-pc-windows-msvc]
|
|
rustflags = ["-C", "target-feature=+crt-static"]
|