summaryrefslogtreecommitdiffstats
path: root/wscript
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2017-02-27 20:30:01 +0100
committerDavid Robillard <d@drobilla.net>2017-02-27 20:30:01 +0100
commit4f49633f7ad8629d2ab1c84e4b795703ef371e75 (patch)
tree1aa1d696e690ad220e81b407ddc67d3efa320cf8 /wscript
parent70572c1875751961b7be9dbb054ef51a1bc1fb66 (diff)
downloadingen-4f49633f7ad8629d2ab1c84e4b795703ef371e75.tar.gz
ingen-4f49633f7ad8629d2ab1c84e4b795703ef371e75.tar.bz2
ingen-4f49633f7ad8629d2ab1c84e4b795703ef371e75.zip
Update waf and fix C++11 flags
Diffstat (limited to 'wscript')
-rw-r--r--wscript4
1 files changed, 1 insertions, 3 deletions
diff --git a/wscript b/wscript
index e6154c03..4b5185a1 100644
--- a/wscript
+++ b/wscript
@@ -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')