diff options
Diffstat (limited to '')
-rw-r--r-- | test cases/native/5 install script/src/meson.build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test cases/native/5 install script/src/meson.build b/test cases/native/5 install script/src/meson.build new file mode 100644 index 0000000..f60c995 --- /dev/null +++ b/test cases/native/5 install script/src/meson.build @@ -0,0 +1 @@ +exe = executable('exe', 'exe.c', install : false, native : true) |