From 7e1830fbd243d8bce3c63f100d51ed1218516b4c Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Fri, 25 Sep 2015 19:24:52 +0100 Subject: Try to fix build on debian unstable again. --- cscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cscript') diff --git a/cscript b/cscript index 2d2d2f2..7fa6051 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 += ' --check-cxx-compiler=g++-4.9' + cmd = 'CXX=g++-4.9 ' + cmd elif target.platform == 'windows': cmd += ' --target-windows' target.command(cmd) -- cgit v1.2.3