Oh, the altenratives use win32 by default.

This commit is contained in:
Pietro Gagliardi 2019-04-07 15:57:53 -04:00
parent 46459dc8b2
commit 93383cd45a
1 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
[binaries]
c = '/usr/bin/i686-w64-mingw32-gcc'
cpp = '/usr/bin/i686-w64-mingw32-g++'
ar = '/usr/bin/i686-w64-mingw32-gcc-ar'
c = '/usr/bin/i686-w64-mingw32-gcc-posix'
cpp = '/usr/bin/i686-w64-mingw32-g++-posix'
ar = '/usr/bin/i686-w64-mingw32-gcc-ar-posix'
strip = '/usr/bin/i686-w64-mingw32-strip'
pkgconfig = '/usr/bin/i686-w64-mingw32-pkg-config'
windres = '/usr/bin/i686-w64-mingw32-windres'