summaryrefslogtreecommitdiffstats
path: root/wscript
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2013-01-11 21:07:26 +0000
committerDavid Robillard <d@drobilla.net>2013-01-11 21:07:26 +0000
commitc398f1e425e6c4570be3a7d78937c44a1f915c2b (patch)
tree1bc7331c12bf4bfcc4ac51fdc34e3ec8cf4b02bc /wscript
parent7d04a3258b72e4d38e2fd7a7b3a9ebe6bbe5ac5f (diff)
downloadpatchage-c398f1e425e6c4570be3a7d78937c44a1f915c2b.tar.gz
patchage-c398f1e425e6c4570be3a7d78937c44a1f915c2b.tar.bz2
patchage-c398f1e425e6c4570be3a7d78937c44a1f915c2b.zip
Bring Machina back into the fold (fix #844).
git-svn-id: http://svn.drobilla.net/lad/trunk/patchage@4921 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'wscript')
-rw-r--r--wscript2
1 files changed, 2 insertions, 0 deletions
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)