Files
NotAlterra/.cargo/config.toml
T
2026-05-31 18:34:09 +02:00

12 lines
349 B
TOML

# Cross-compilation targets for NotAlterra
#
# Requires: sudo apt install mingw-w64 (Debian/Ubuntu)
# sudo dnf install mingw64-gcc (Fedora)
#
# Build:
# cargo build --release --target x86_64-pc-windows-gnu
# cargo build --release # Linux native
[target.x86_64-pc-windows-gnu]
linker = "x86_64-w64-mingw32-gcc"