test 60 install script: Don't install any files when using msvc

The test is stricter now and our install script doesn't work without
bash
pull/417/head
Nirbheek Chauhan 9 years ago
parent cc4826b85f
commit f8d7588372
  1. 2
      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)

Loading…
Cancel
Save