egl: fix _eglMatchDriver() return type
[mesa.git] / .gitlab-ci / x86_64-w64-mingw32
1 [binaries]
2 c = ['ccache', 'x86_64-w64-mingw32-gcc']
3 cpp = ['ccache', 'x86_64-w64-mingw32-g++']
4 ar = 'x86_64-w64-mingw32-ar'
5 strip = 'x86_64-w64-mingw32-strip'
6 pkgconfig = '/usr/local/bin/x86_64-w64-mingw32-pkg-config'
7 windres = 'x86_64-w64-mingw32-windres'
8 exe_wrapper = ['wine64']
9
10 [properties]
11 needs_exe_wrapper = True
12 sys_root = '/usr/x86_64-w64-mingw32/'
13
14 [host_machine]
15 system = 'windows'
16 cpu_family = 'x86_64'
17 cpu = 'x86_64'
18 endian = 'little'
19
20 ; vim: ft=dosini