aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--wscript1
1 files changed, 1 insertions, 0 deletions
diff --git a/wscript b/wscript
index fca5aff..c85a8d7 100644
--- a/wscript
+++ b/wscript
@@ -23,6 +23,7 @@ def configure(conf):
autowaf.display_header('Machina Configuration')
conf.load('compiler_cxx', cache=True)
conf.load('autowaf', cache=True)
+ autowaf.set_cxx_lang(conf, 'c++11')
autowaf.check_pkg(conf, 'lv2', uselib_store='LV2',
atleast_version='1.2.0', mandatory=True)