Tinker with Debian unstable build.
authorCarl Hetherington <cth@carlh.net>
Thu, 1 Oct 2015 11:44:13 +0000 (12:44 +0100)
committerCarl Hetherington <cth@carlh.net>
Thu, 1 Oct 2015 11:44:13 +0000 (12:44 +0100)
cscript

diff --git a/cscript b/cscript
index ef183046806b63a9b3ab57fa726baee0abe1f5d3..3970427c42427257b3a3fc53bea447a7859e30ba 100644 (file)
--- a/cscript
+++ b/cscript
@@ -8,8 +8,6 @@ def build(target, options):
             # Centos builds using static boost, which means tests don't
             # build as test/tests.cc defines BOOST_TEST_DYN_LINK
             cmd += ' --disable-tests'
-        if target.distro == 'debian' and target.version == 'unstable':
-            target.set('CXX', 'g++-4.9')
     elif target.platform == 'windows':
         cmd += ' --target-windows'
     target.command(cmd)