segatools/cross-mingw-32.txt
888be1df7c6f962725a28a172a5394eec3e228e7 ab0549b7a4 build: don't hardcode cross-toolchain path
It doesn't seem to be needed, and this makes the build work for
environments where MinGW-w64 cross-toolchains get installed someplace
else (e.g. macOS with Homebrew to /usr/local).
2019-11-09 13:42:15 +00:00

11 lines
183 B
Plaintext

[binaries]
c = 'i686-w64-mingw32-gcc'
ar = 'i686-w64-mingw32-ar'
strip = 'i686-w64-mingw32-strip'
[host_machine]
system = 'windows'
cpu_family = 'x86'
cpu = 'i686'
endian = 'little'