From ee59dfa651cddc10b670d439b8d6a044751ce719 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Tue, 16 Jan 2018 21:22:51 +0100 Subject: Explicitly set language version --- wscript | 1 + 1 file changed, 1 insertion(+) 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) -- cgit v1.2.1