def build(target, options): cmd = 'LIBS="-lboost_system -lboost_filesystem" ./configure --prefix=%s ' % target.directory target.command(cmd) target.command('make -j8 V=1') target.command('make install')