summaryrefslogtreecommitdiffstats
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
commitee59dfa651cddc10b670d439b8d6a044751ce719 (patch)
treedd9425ca0f1ec21c282afef7926ef293fd2fb7ee
parent2c2ee138e7ae45ae15a5ff0270e9b7b078228e20 (diff)
downloadpatchage-ee59dfa651cddc10b670d439b8d6a044751ce719.tar.gz
patchage-ee59dfa651cddc10b670d439b8d6a044751ce719.tar.bz2
patchage-ee59dfa651cddc10b670d439b8d6a044751ce719.zip
Explicitly set language version
-rw-r--r--wscript1
1 files changed, 1 insertions, 0 deletions
diff --git a/wscript b/wscript
index d9265e4..037231c 100644
--- a/wscript
+++ b/wscript
@@ -45,6 +45,7 @@ def configure(conf):
autowaf.display_header('Patchage Configuration')
conf.load('compiler_cxx', cache=True)
conf.load('autowaf', cache=True)
+ autowaf.set_cxx_lang(conf, 'c++11')
autowaf.check_pkg(conf, 'dbus-1', uselib_store='DBUS',
mandatory=False)