aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2018-01-16 21:22:51 +0100
committerDavid Robillard <d@drobilla.net>2018-01-16 21:22:51 +0100
commit4edc39189e6f2aa21f7b606d3edde77786b3c9a4 (patch)
treee357f4a8a56db6ee5e7ba41db6342bcfad2b9090
parent7b457c45f26fb285154630424eea4b577994228a (diff)
downloadmachina-4edc39189e6f2aa21f7b606d3edde77786b3c9a4.tar.gz
machina-4edc39189e6f2aa21f7b606d3edde77786b3c9a4.tar.bz2
machina-4edc39189e6f2aa21f7b606d3edde77786b3c9a4.zip
Explicitly set language version
-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)