From 700995cf5a08c9f9ec98faeabfa4e06e40ec1691 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Fri, 25 Sep 2015 19:25:27 +0100 Subject: [PATCH] Try to fix build on debian unstable again. --- cscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cscript b/cscript index 7fa6051..4ecbf28 100644 --- a/cscript +++ b/cscript @@ -9,7 +9,7 @@ def build(target, options): # build as test/tests.cc defines BOOST_TEST_DYN_LINK cmd += ' --disable-tests' if target.distro == 'debian' and target.version == 'unstable': - cmd = 'CXX=g++-4.9 ' + cmd + target.set['CXX', 'g++-4.9'] elif target.platform == 'windows': cmd += ' --target-windows' target.command(cmd) -- 2.30.2