aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2018-01-16 21:22:51 +0100
committerDavid Robillard <d@drobilla.net>2018-01-16 21:22:51 +0100
commit06fda744853bd81e1c6713d8774111ec7607fa4f (patch)
tree364eb67d757a2188015a278955e5c3fa6bf6956e
parenta0fbed3bc4a938b5ce8ea8d3429180f58142fdf2 (diff)
downloadfomp.lv2-06fda744853bd81e1c6713d8774111ec7607fa4f.tar.gz
fomp.lv2-06fda744853bd81e1c6713d8774111ec7607fa4f.tar.bz2
fomp.lv2-06fda744853bd81e1c6713d8774111ec7607fa4f.zip
Explicitly set language version
-rw-r--r--wscript1
1 files changed, 1 insertions, 0 deletions
diff --git a/wscript b/wscript
index fad7aa8..d909442 100644
--- a/wscript
+++ b/wscript
@@ -22,6 +22,7 @@ def configure(conf):
conf.load('compiler_cxx', cache=True)
conf.load('lv2', cache=True)
conf.load('autowaf', cache=True)
+ autowaf.set_c_lang(conf, 'c99')
autowaf.check_pkg(conf, 'lv2', atleast_version='1.0.0', uselib_store='LV2')