summaryrefslogtreecommitdiff
path: root/test cases/common/9 header install
diff options
context:
space:
mode:
authorNirbheek Chauhan <nirbheek@centricular.com>2017-03-24 18:37:25 +0530
committerNirbheek Chauhan <nirbheek@centricular.com>2017-03-27 11:25:22 +0530
commitee3010e767ee3917e54fcd30144323b2fd3d05e0 (patch)
tree5f7a1da5440d0e8bb7a3642595b1290b226c30b7 /test cases/common/9 header install
parent996af2556726383449036ab0512029ead3a3f18f (diff)
downloadmeson-ee3010e767ee3917e54fcd30144323b2fd3d05e0.tar.gz
Don't require a language/compiler for configuring
Not really needed for projects that don't compile anything. Closes https://github.com/mesonbuild/meson/issues/1208
Diffstat (limited to 'test cases/common/9 header install')
-rw-r--r--test cases/common/9 header install/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/test cases/common/9 header install/meson.build b/test cases/common/9 header install/meson.build
index 7f3ce5175..7dfbddbf4 100644
--- a/test cases/common/9 header install/meson.build
+++ b/test cases/common/9 header install/meson.build
@@ -1,4 +1,4 @@
-project('header install', 'c')
+project('header install')
as_array = ['subdir.h']