summaryrefslogtreecommitdiffstats
path: root/wscript
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
commitb52c6ff71fa08557294f25faf0f2c4c6e285b796 (patch)
treefbfc1ec11cd569dab581e80c7f0f274de00770ca /wscript
parent1af254ca809e5e0d88be19b8592121f160b2d122 (diff)
downloadlilv-b52c6ff71fa08557294f25faf0f2c4c6e285b796.tar.gz
lilv-b52c6ff71fa08557294f25faf0f2c4c6e285b796.tar.bz2
lilv-b52c6ff71fa08557294f25faf0f2c4c6e285b796.zip
Explicitly set language version
Diffstat (limited to 'wscript')
-rw-r--r--wscript1
1 files changed, 1 insertions, 0 deletions
diff --git a/wscript b/wscript
index b794288..21db692 100644
--- a/wscript
+++ b/wscript
@@ -77,6 +77,7 @@ def configure(conf):
Logs.warn('Failed to configure Python (%s)\n' % sys.exc_info()[1])
conf.load('autowaf', cache=True)
+ autowaf.set_c_lang(conf, 'c99')
conf.env.BASH_COMPLETION = not Options.options.no_bash_completion
conf.env.BUILD_UTILS = not Options.options.no_utils