Try to fix cscript build.
authorCarl Hetherington <cth@carlh.net>
Thu, 28 Jan 2016 20:24:10 +0000 (20:24 +0000)
committerCarl Hetherington <cth@carlh.net>
Thu, 28 Jan 2016 20:24:10 +0000 (20:24 +0000)
cscript

diff --git a/cscript b/cscript
index 205d0312cfb0bf36c9b5734055b7cfaba1af3f62..e30b45e1d987329374e5762b37d32f9863bf2d3e 100644 (file)
--- a/cscript
+++ b/cscript
@@ -1,6 +1,7 @@
 
 def build(target, options):
-    cmd = 'LIBS="-lboost_system -lboost_filesystem" ./configure --prefix=%s ' % target.directory
+    cmd = './configure --prefix=%s ' % target.directory
+    target.set('LIBS', "-lboost_system -lboost_filesystem")
     target.command(cmd)
     target.command('make -j8 V=1')
     target.command('make install')