forked from Dniel97/segatools
ab0549b7a4
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).
11 lines
183 B
Plaintext
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'
|