Hack.
authorCarl Hetherington <cth@carlh.net>
Thu, 1 Oct 2015 11:53:07 +0000 (12:53 +0100)
committerCarl Hetherington <cth@carlh.net>
Thu, 1 Oct 2015 11:53:07 +0000 (12:53 +0100)
cscript

diff --git a/cscript b/cscript
index 3970427c42427257b3a3fc53bea447a7859e30ba..6b59ab4946add3e2b3a60f9b79c28a94f5fa8e33 100644 (file)
--- 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')