Try to fix cscript build.
[asdcplib.git] / cscript
1
2 def build(target, options):
3     cmd = 'LIBS="-lboost_system -lboost_filesystem" ./configure --prefix=%s ' % target.directory
4     target.command(cmd)
5     target.command('make -j8 V=1')
6     target.command('make install')