Windows-on-ARM-Experiments / mingw-woarm64-build

Build script for Windows on Arm64 GNU cross compiler aarch64-w64-mingw32.
GNU General Public License v2.0
27 stars 3 forks source link

Make `--build` and `--host` explicit to resolve ambiguity #111

Closed Blackhex closed 5 months ago

Blackhex commented 5 months ago

Makes --build, --host, and --target combo explicit to remove disambiguities. Uses pc-linux-gnu instead of linux-gnu for the same reason, e.g. Cygwin build is expecting host headers being placed in folder with full platform name.