diff options
author | David Robillard <d@drobilla.net> | 2018-01-16 21:22:51 +0100 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2018-01-16 21:22:51 +0100 |
commit | 6a8f9d519bcce0f7b90d18af56458c4a6701a927 (patch) | |
tree | aeee30613d0415e64fc3114636404b60531d7518 /wscript | |
parent | 83bc96c63d51af339a0c9584a1812fb2eb0a4275 (diff) | |
download | raul-6a8f9d519bcce0f7b90d18af56458c4a6701a927.tar.gz raul-6a8f9d519bcce0f7b90d18af56458c4a6701a927.tar.bz2 raul-6a8f9d519bcce0f7b90d18af56458c4a6701a927.zip |
Explicitly set language version
Diffstat (limited to 'wscript')
-rw-r--r-- | wscript | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -40,6 +40,7 @@ def configure(conf): autowaf.display_header('Raul Configuration') conf.load('compiler_cxx', cache=True) conf.load('autowaf', cache=True) + autowaf.set_c_lang(conf, 'c99') if conf.env.DEST_OS == 'darwin': conf.check(framework_name='CoreServices') |