summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2016-01-28 20:20:40 +0000
committerCarl Hetherington <cth@carlh.net>2016-01-28 20:20:40 +0000
commit39a9dba8277840c8420a93ef644ce2cdbf443a22 (patch)
tree5cfcd2703d8efc195e3c66ff6f398a7ea8401c02 /cscript
parent723e33a99a0946f3ade818a3eff5bd0d00459210 (diff)
Try to fix cscript build.
Diffstat (limited to 'cscript')
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index a1e6e85..205d031 100644
--- a/cscript
+++ b/cscript
@@ -1,6 +1,6 @@
def build(target, options):
- cmd = './configure --prefix=%s ' % target.directory
+ cmd = 'LIBS="-lboost_system -lboost_filesystem" ./configure --prefix=%s ' % target.directory
target.command(cmd)
target.command('make -j8 V=1')
target.command('make install')