diff options
| author | Carl Hetherington <cth@carlh.net> | 2016-01-28 20:20:40 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2016-01-28 20:20:40 +0000 |
| commit | 39a9dba8277840c8420a93ef644ce2cdbf443a22 (patch) | |
| tree | 5cfcd2703d8efc195e3c66ff6f398a7ea8401c02 /cscript | |
| parent | 723e33a99a0946f3ade818a3eff5bd0d00459210 (diff) | |
Try to fix cscript build.
Diffstat (limited to 'cscript')
| -rw-r--r-- | cscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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') |
