diff options
author | David Robillard <d@drobilla.net> | 2017-02-27 20:30:01 +0100 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2017-02-27 20:30:01 +0100 |
commit | 4f49633f7ad8629d2ab1c84e4b795703ef371e75 (patch) | |
tree | 1aa1d696e690ad220e81b407ddc67d3efa320cf8 /wscript | |
parent | 70572c1875751961b7be9dbb054ef51a1bc1fb66 (diff) | |
download | ingen-4f49633f7ad8629d2ab1c84e4b795703ef371e75.tar.gz ingen-4f49633f7ad8629d2ab1c84e4b795703ef371e75.tar.bz2 ingen-4f49633f7ad8629d2ab1c84e4b795703ef371e75.zip |
Update waf and fix C++11 flags
Diffstat (limited to 'wscript')
-rw-r--r-- | wscript | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -57,9 +57,7 @@ def configure(conf): conf.load('python') autowaf.configure(conf) - - conf.check_cxx(cxxflags=["-std=c++0x"]) - conf.env.append_unique('CXXFLAGS', ['-std=c++0x']) + autowaf.set_cxx11_mode(conf) conf.check_cxx(header_name='boost/format.hpp') conf.check_cxx(header_name='boost/shared_ptr.hpp') |