diff options
Diffstat (limited to 'test/meson.build')
-rw-r--r-- | test/meson.build | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/meson.build b/test/meson.build index 8c5a68a..e6178dc 100644 --- a/test/meson.build +++ b/test/meson.build @@ -33,7 +33,8 @@ endif # Check that specification data is strictly formatted serdi = find_program('serdi', required: get_option('tests')) -if serdi.found() and not meson.is_cross_build() +native_build = not meson.is_cross_build() and host_machine.system() != 'windows' +if serdi.found() and native_build lv2_check_syntax = files(lv2_source_root / 'scripts' / 'lv2_check_syntax.py') test('syntax', |