This commit is contained in:
Marcos Pinto 2007-06-05 18:45:38 +00:00
parent 66e967608b
commit 3c562d4128
1 changed files with 1 additions and 1 deletions

View File

@ -117,7 +117,7 @@ if not OS == "win":
cv_opt = cv_opt + " " + addition cv_opt = cv_opt + " " + addition
sysconfig.get_config_vars()["OPT"] = ' '.join(cv_opt.split()) sysconfig.get_config_vars()["OPT"] = ' '.join(cv_opt.split())
else: else:
librariestype = 'mt' boosttype = 'mt'
# NOTE: The Rasterbar Libtorrent source code is in the libtorrent/ directory # NOTE: The Rasterbar Libtorrent source code is in the libtorrent/ directory
# inside of Deluge's source tarball. On several occasions, it has been # inside of Deluge's source tarball. On several occasions, it has been