From c398f1e425e6c4570be3a7d78937c44a1f915c2b Mon Sep 17 00:00:00 2001 From: David Robillard Date: Fri, 11 Jan 2013 21:07:26 +0000 Subject: Bring Machina back into the fold (fix #844). git-svn-id: http://svn.drobilla.net/lad/trunk/patchage@4921 a436a847-0d15-0410-975c-d299462d15a1 --- wscript | 2 ++ 1 file changed, 2 insertions(+) (limited to 'wscript') diff --git a/wscript b/wscript index 4bfd0d8..370cdba 100644 --- a/wscript +++ b/wscript @@ -42,6 +42,8 @@ def configure(conf): conf.load('compiler_cxx') conf.line_just = 40 autowaf.configure(conf) + conf.env.append_unique('CXXFLAGS', ['-std=c++11']) + autowaf.display_header('Patchage Configuration') autowaf.check_pkg(conf, 'dbus-1', uselib_store='DBUS', mandatory=False) -- cgit v1.2.1