mirror of
https://github.com/mirror/tinycc.git
synced 2025-01-29 06:10:09 +08:00
build: win: detect also mingw64 in msys2 setup
MSYS2 installs 3 environments, with uname (e.g. on win8.1 64) as follows: - MINGW32_NT-6.3 gcc -> stand-alone native i686 binaries - MINGW64_NT-6.3 gcc -> stand-alone native x86_64 binaries - MSYS_NT-6.3 gcc -> posix-ish binaries which can only run in this env Therefore 'MINGW' is more generic and detects both 32/64 native environments, where previously 'MINGW32' detected only the 32 one.
This commit is contained in:
parent
07818ec6a7
commit
35b7bf9382
Loading…
Reference in New Issue
Block a user