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 | ba5d56d27534c6996bc26eb5972d3562ad660545 (patch) | |
tree | 3a32ab76b3fcff4aeec15a1e23282a61888831e9 | |
parent | b960ec024932e558fbc72566f5db33a5f23d9402 (diff) | |
download | suil-ba5d56d27534c6996bc26eb5972d3562ad660545.tar.gz suil-ba5d56d27534c6996bc26eb5972d3562ad660545.tar.bz2 suil-ba5d56d27534c6996bc26eb5972d3562ad660545.zip |
Explicitly set language version
-rw-r--r-- | wscript | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -44,6 +44,7 @@ def configure(conf): conf.load('compiler_c', cache=True) conf.load('compiler_cxx', cache=True) conf.load('autowaf', cache=True) + autowaf.set_c_lang(conf, 'c99') conf.env.BUILD_SHARED = not conf.options.no_shared conf.env.BUILD_STATIC = conf.options.static |