aboutsummaryrefslogtreecommitdiff
path: root/cross-w64-mingw32.txt
blob: 7af79e01356b778dbb23ccc1a682b5ff57839a1a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[binaries]
c = '/usr/bin/x86_64-w64-mingw32-gcc'
ar = '/usr/bin/x86_64-w64-mingw32-ar'
strip = '/usr/bin/x86_64-w64-mingw32-strip'
sdl2-config = '/usr/local/x86_64-w64-mingw32/bin/sdl2-config'
pkgconfig = '/usr/bin/x86_64-w64-mingw32-pkg-config'
exe_wrapper = 'wine'

[properties]
needs_exe_wrapper = true
# c_args = ['-DCROSS=1', '-DSOMETHING=3']
# c_link_args = ['-L/usr/local/x86_64-w64-mingw32/lib']

[host_machine]
system = 'windows'
cpu_family = 'x86'
cpu = 'x86_64'
endian = 'little'