diff --git a/test cases/common/60 install script/meson.build b/test cases/common/60 install script/meson.build index cb87e450a..6cab8404f 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)