Files
notedeck/.cargo/config.toml
William Casarin 9055d07844 build: cross compile binary packages (rpm/deb/dmg)
Windows build still has issues on aarch64 so we postpone that for now
2024-11-30 09:42:50 -08:00

3 lines
68 B
TOML

[target.aarch64-unknown-linux-gnu]
linker = "aarch64-linux-gnu-gcc"