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