From cd48ffdcb111ad16d91e6de020999058f63ac7c6 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Mon, 27 Feb 2017 20:30:46 +0100 Subject: Update waf and fix C++11 flags --- wscript | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'wscript') diff --git a/wscript b/wscript index afea742..08f7667 100644 --- a/wscript +++ b/wscript @@ -24,9 +24,7 @@ def configure(conf): conf.load('compiler_cxx') autowaf.configure(conf) autowaf.display_header('Machina Configuration') - - conf.check_cxx(cxxflags=["-std=c++0x"]) - conf.env.append_unique('CXXFLAGS', ['-std=c++0x']) + autowaf.set_cxx11_mode(conf) autowaf.check_pkg(conf, 'lv2', uselib_store='LV2', atleast_version='1.2.0', mandatory=True) -- cgit v1.2.1