aboutsummaryrefslogtreecommitdiff
path: root/cross/ubuntu-mingw.txt
blob: 66b279f22658e46ea457c8afe8fa7fa2cbb8a3ae (plain)
1
2
3
4
5
6
7
8
name = 'windows'
exe_wrapper = 'wine' # A command used to run generated executables.
c = '/usr/bin/i586-mingw32msvc-gcc'
cpp = '/usr/bin/i586-mingw32msvc-g++'
ar = '/usr/i586-mingw32msvc/bin/ar'
strip = '/usr/i586-mingw32msvc/bin/strip'

root = '/usr/i586-mingw32msvc'