diff options
-rw-r--r-- | wscript | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -51,6 +51,7 @@ def configure(conf): conf.load('autowaf', cache=True) autowaf.set_c_lang(conf, 'c99') + autowaf.set_cxx_lang(conf, 'c++11') conf.env.BUILD_UTILS = not Options.options.no_utils conf.env.BUILD_SHARED = not Options.options.no_shared |