From 39108056cdf384393350e921662aa5ccd0e4ea2e Mon Sep 17 00:00:00 2001 From: Arvid Norberg Date: Thu, 15 May 2008 08:31:13 +0000 Subject: [PATCH] python binding Jamfile fix --- bindings/python/Jamfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bindings/python/Jamfile b/bindings/python/Jamfile index 96de72d87..f25a137ac 100755 --- a/bindings/python/Jamfile +++ b/bindings/python/Jamfile @@ -25,9 +25,9 @@ python-extension libtorrent src/torrent.cpp src/peer_info.cpp src/ip_filter.cpp - /torrent//torrent : src system:boost_python source:/boost/python//boost_python + /torrent//torrent/static ;