mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2024-11-24 02:34:17 +08:00
6e375ff1aa
The one debian provides is broken in buster+, so I've just written my own. This allows meson to find the installed zlib and prevents it from falling back to wraps. Reviewed-by: Eric Engestrom <eric.engestrom@intel.com>
21 lines
467 B
INI
21 lines
467 B
INI
[binaries]
|
|
c = ['ccache', 'x86_64-w64-mingw32-gcc']
|
|
cpp = ['ccache', 'x86_64-w64-mingw32-g++']
|
|
ar = 'x86_64-w64-mingw32-ar'
|
|
strip = 'x86_64-w64-mingw32-strip'
|
|
pkgconfig = '/usr/local/bin/x86_64-w64-mingw32-pkg-config'
|
|
windres = 'x86_64-w64-mingw32-windres'
|
|
exe_wrapper = ['wine64']
|
|
|
|
[properties]
|
|
needs_exe_wrapper = True
|
|
sys_root = '/usr/x86_64-w64-mingw32/'
|
|
|
|
[host_machine]
|
|
system = 'windows'
|
|
cpu_family = 'x86_64'
|
|
cpu = 'x86_64'
|
|
endian = 'little'
|
|
|
|
; vim: ft=dosini
|