parent
717abc99fb
commit
572587f5ce
7 changed files with 31 additions and 20 deletions
@ -1,8 +1,8 @@ |
|||||||
name = 'windows' |
name = 'windows' |
||||||
exe_wrapper = 'wine' # A command used to run generated executables. |
exe_wrapper = 'wine' # A command used to run generated executables. |
||||||
c = '/usr/bin/i586-mingw32msvc-gcc' |
c = '/usr/bin/i686-w64-mingw32-gcc' |
||||||
cpp = '/usr/bin/i586-mingw32msvc-g++' |
cpp = '/usr/bin/i686-w64-mingw32-gcc' |
||||||
ar = '/usr/i586-mingw32msvc/bin/ar' |
ar = '/usr/bin/i686-w64-mingw32-ar' |
||||||
strip = '/usr/i586-mingw32msvc/bin/strip' |
strip = '/usr/bin/i686-w64-mingw32-strip' |
||||||
|
|
||||||
root = '/usr/i586-mingw32msvc' |
root = '/usr/i686-w64-mingw32' |
||||||
|
Loading…
Reference in new issue