diff options
author | David Robillard <d@drobilla.net> | 2020-08-03 19:44:04 +0200 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2020-08-03 19:44:29 +0200 |
commit | 81e138633076c2d7ef7e1691845757208d02f478 (patch) | |
tree | d8faa53143f6da4249c0b994ee8b9d61a3af15df /wscript | |
parent | ee2c52dc8794d0aa060b812dd3a3f55a5467ccf4 (diff) | |
download | sord-81e138633076c2d7ef7e1691845757208d02f478.tar.gz sord-81e138633076c2d7ef7e1691845757208d02f478.tar.bz2 sord-81e138633076c2d7ef7e1691845757208d02f478.zip |
Build as C++11
Diffstat (limited to 'wscript')
-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 |