diff options
Diffstat (limited to 'gio/tests/meson.build')
-rw-r--r-- | gio/tests/meson.build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gio/tests/meson.build b/gio/tests/meson.build index fd79bc01b..be007fa1d 100644 --- a/gio/tests/meson.build +++ b/gio/tests/meson.build @@ -75,6 +75,7 @@ test_env = [ 'G_TEST_SRCDIR=' + meson.current_source_dir(), 'G_TEST_BUILDDIR=' + meson.current_build_dir(), 'GIO_MODULE_DIR=', + 'GIO_LAUNCH_DESKTOP=' + meson.build_root() + '/gio/gio-launch-desktop', ] test_c_args = [ |