diff options
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: |