summaryrefslogtreecommitdiffstats
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
commit33108cde873b1dfa0ec75655c4e851e35f69bb05 (patch)
tree8d67358146272b37bad2ce0de43bc6a1ea702a08
parente91dd4c239b65d17b112b1c011b00da8369bd2b6 (diff)
downloadsord-33108cde873b1dfa0ec75655c4e851e35f69bb05.tar.gz
sord-33108cde873b1dfa0ec75655c4e851e35f69bb05.tar.bz2
sord-33108cde873b1dfa0ec75655c4e851e35f69bb05.zip
Explicitly set language version
-rw-r--r--wscript1
1 files changed, 1 insertions, 0 deletions
diff --git a/wscript b/wscript
index 3f0c7f4..3d7a013 100644
--- a/wscript
+++ b/wscript
@@ -47,6 +47,7 @@ def configure(conf):
pass
conf.load('autowaf', cache=True)
+ autowaf.set_c_lang(conf, 'c99')
conf.env.BUILD_UTILS = not Options.options.no_utils
conf.env.BUILD_SHARED = not Options.options.no_shared