mirror of
https://github.com/forkless/NotAlterra.git
synced 2026-08-25 19:52:37 +02:00
12 lines
349 B
TOML
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"
|