summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2015-10-01 12:53:07 +0100
committerCarl Hetherington <cth@carlh.net>2015-10-01 12:53:07 +0100
commit4b75a461aba3540a771c3211534bdd87443e2f27 (patch)
tree126a30abd858cd7da8d937b6c54232007e34b36b
parent16a5e08b5a4947c34eac5335c016a8c7bafa56c6 (diff)
Hack.
-rw-r--r--cscript2
1 files changed, 2 insertions, 0 deletions
diff --git a/cscript b/cscript
index 3970427..6b59ab4 100644
--- a/cscript
+++ b/cscript
@@ -10,6 +10,8 @@ def build(target, options):
cmd += ' --disable-tests'
elif target.platform == 'windows':
cmd += ' --target-windows'
+ elif target.platform == 'debian' and target.version == 'unstable':
+ target.append_with_space('CXXFLAGS', '-std=c++11')
target.command(cmd)
target.command('./waf build install')