Try to fix build on debian unstable again.
[libcxml.git] / cscript
diff --git a/cscript b/cscript
index 4ecbf28a27b07fe46b1cb2dd1f5e489693ea2f82..ef183046806b63a9b3ab57fa726baee0abe1f5d3 100644 (file)
--- 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)