mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-24 03:02:10 +01:00
meson: fix 'Unknown variable "gtester"' error on windows
With msys64/mingw.
This commit is contained in:
parent
683809d5f7
commit
9306ada4fd
@ -169,7 +169,7 @@ executable('test-spawn-echo', 'test-spawn-echo.c',
|
||||
)
|
||||
|
||||
# some testing of gtester functionality
|
||||
if not meson.is_cross_build() and meson.version().version_compare('> 0.37.9')
|
||||
if not meson.is_cross_build() and host_system != 'windows'
|
||||
xmllint = find_program('xmllint')
|
||||
if xmllint.found()
|
||||
tmpsample_xml = custom_target('tmpsample.xml',
|
||||
|
Loading…
x
Reference in New Issue
Block a user