From 3c562d4128e0fed92742f14f04b1305d1c95ea0b Mon Sep 17 00:00:00 2001 From: Marcos Pinto Date: Tue, 5 Jun 2007 18:45:38 +0000 Subject: [PATCH] typo fix --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index a34698a58..640d5468c 100644 --- a/setup.py +++ b/setup.py @@ -117,7 +117,7 @@ if not OS == "win": cv_opt = cv_opt + " " + addition sysconfig.get_config_vars()["OPT"] = ' '.join(cv_opt.split()) else: - librariestype = 'mt' + boosttype = 'mt' # NOTE: The Rasterbar Libtorrent source code is in the libtorrent/ directory # inside of Deluge's source tarball. On several occasions, it has been