another setup.py fix

This commit is contained in:
Arvid Norberg 2014-11-14 09:41:00 +00:00
parent e1d0592a57
commit 53ba0067f9
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@ if '--bjam' in sys.argv or ldflags == None or extra_cmd == None:
parallell_builds = ' -j%d' % multiprocessing.cpu_count()
# build libtorrent using bjam and build the installer with distutils
cmdline = 'bjam boost=source link=static geoip=static boost-link=static release optimization=space stage_module --abbreviate-paths' + toolset + parallell_builds
cmdline = 'bjam boost=source link=static boost-link=static release optimization=space stage_module --abbreviate-paths' + toolset + parallell_builds
print(cmdline)
if os.system(cmdline) != 0:
print('build failed')