summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--wscript1
1 files changed, 1 insertions, 0 deletions
diff --git a/wscript b/wscript
index c948f2d5..aa6cd7e6 100644
--- a/wscript
+++ b/wscript
@@ -58,6 +58,7 @@ def configure(conf):
conf.load('python', cache=True)
conf.load('autowaf', cache=True)
+ autowaf.set_cxx_lang(conf, 'c++11')
conf.check_cxx(header_name='boost/format.hpp')
conf.check_cxx(header_name='boost/intrusive/slist.hpp')