diff --git a/testsuite/introspection/meson.build b/testsuite/introspection/meson.build index f5993f657d..6be12164e4 100644 --- a/testsuite/introspection/meson.build +++ b/testsuite/introspection/meson.build @@ -3,6 +3,10 @@ env.prepend('GI_TYPELIB_PATH', project_build_root / 'gtk', ) +if host_machine.system() == 'windows' + env.prepend('PATH', project_build_root / 'gtk') +endif + test('api', find_program('api.py', dirs: meson.current_source_dir()), suite: ['introspection'],