X-Git-Url: https://main.carlh.net/gitweb/?p=libcxml.git;a=blobdiff_plain;f=cscript;h=ef183046806b63a9b3ab57fa726baee0abe1f5d3;hp=4ecbf28a27b07fe46b1cb2dd1f5e489693ea2f82;hb=e8003eed0729c8283cb7fc4bd216bd791ceef068;hpb=700995cf5a08c9f9ec98faeabfa4e06e40ec1691 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)