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