From 7d781568eae700e29d62e4539ff144ce2f3db231 Mon Sep 17 00:00:00 2001 From: Marcos Pinto Date: Mon, 7 Jan 2008 21:43:44 +0000 Subject: [PATCH] remove rt from win32 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index b187a9003..0257df597 100644 --- a/setup.py +++ b/setup.py @@ -182,7 +182,7 @@ else: EXTRA_LINK_ARGS = ['-L.\win32\lib'] includedirs = ['./libtorrent', './libtorrent/include', './libtorrent/include/libtorrent', './win32/include'] librariestype = ['boost_filesystem', 'boost_date_time', - 'boost_thread', 'rt', 'z', 'ssl' ,'wsock32' ,'crypto' ,'gdi32' ,'ws2_32'] + 'boost_thread', 'z', 'ssl' ,'wsock32' ,'crypto' ,'gdi32' ,'ws2_32'] # NOTE: The Rasterbar Libtorrent source code is in the libtorrent/ directory # inside of Deluge's source tarball.