From e8003eed0729c8283cb7fc4bd216bd791ceef068 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Fri, 25 Sep 2015 19:25:47 +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 4ecbf28..ef18304 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': - target.set['CXX', 'g++-4.9'] + target.set('CXX', 'g++-4.9') elif target.platform == 'windows': cmd += ' --target-windows' target.command(cmd) -- 2.30.2