summaryrefslogtreecommitdiffstats
path: root/wscript
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2021-01-02 21:54:37 +0100
committerDavid Robillard <d@drobilla.net>2021-01-02 21:54:37 +0100
commit4dd4eb87fb900405a29eda2118cd70a26b615fb6 (patch)
tree6a9b8c55b9136f6ec53b3b447d4b221a29eec418 /wscript
parent2cf74f282ca4156d09b39e6f443daa013ef03486 (diff)
downloaddrobillad-4dd4eb87fb900405a29eda2118cd70a26b615fb6.tar.gz
drobillad-4dd4eb87fb900405a29eda2118cd70a26b615fb6.tar.bz2
drobillad-4dd4eb87fb900405a29eda2118cd70a26b615fb6.zip
Update submodules
Diffstat (limited to 'wscript')
-rw-r--r--wscript3
1 files changed, 3 insertions, 0 deletions
diff --git a/wscript b/wscript
index fcab4bf..a43c53c 100644
--- a/wscript
+++ b/wscript
@@ -35,6 +35,9 @@ def configure(conf):
conf.load('lv2', cache=True)
conf.load('autowaf', cache=True)
+ if not autowaf.set_c_lang(conf, 'c11', mandatory=False):
+ autowaf.set_c_lang(conf, 'c99')
+
conf.env.DROBILLAD_BUILD = []
for p in projects:
try: