mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-20 05:10:11 +01:00
meson: detect winflex/bison only on native win32
we want to detect the native bison when cross-compiling Reviewed-by: Jose Fonseca <jfonseca@vmware.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/9375>
This commit is contained in:
parent
e6a0f243ea
commit
73a48600b4
1 changed files with 1 additions and 1 deletions
|
|
@ -1708,7 +1708,7 @@ else
|
|||
asan_c_args = ['-DBUILT_WITH_ASAN=0']
|
||||
endif
|
||||
|
||||
if host_machine.system() == 'windows'
|
||||
if build_machine.system() == 'windows'
|
||||
# Prefer the winflexbison versions, they're much easier to install and have
|
||||
# better windows support.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue