diff options
author | David Robillard <d@drobilla.net> | 2021-01-02 21:54:37 +0100 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2021-01-02 21:54:37 +0100 |
commit | 4dd4eb87fb900405a29eda2118cd70a26b615fb6 (patch) | |
tree | 6a9b8c55b9136f6ec53b3b447d4b221a29eec418 /wscript | |
parent | 2cf74f282ca4156d09b39e6f443daa013ef03486 (diff) | |
download | drobillad-4dd4eb87fb900405a29eda2118cd70a26b615fb6.tar.gz drobillad-4dd4eb87fb900405a29eda2118cd70a26b615fb6.tar.bz2 drobillad-4dd4eb87fb900405a29eda2118cd70a26b615fb6.zip |
Update submodules
Diffstat (limited to 'wscript')
-rw-r--r-- | wscript | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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: |