aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test cases/common/60 install script/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/test cases/common/60 install script/meson.build b/test cases/common/60 install script/meson.build
index cb87e45..6cab840 100644
--- a/test cases/common/60 install script/meson.build
+++ b/test cases/common/60 install script/meson.build
@@ -4,5 +4,5 @@ if meson.get_compiler('c').get_id() == 'msvc'
install_data('no-installed-files', install_dir : '')
else
meson.add_install_script('myinstall.sh')
+ executable('prog', 'prog.c', install : true)
endif
-executable('prog', 'prog.c', install : true)