From a198073296c0e92c34e300b1a60fc7985a2bc7eb Mon Sep 17 00:00:00 2001 From: Arvid Norberg Date: Tue, 20 May 2008 00:59:23 +0000 Subject: [PATCH] fixed python binding Jamfile --- bindings/python/Jamfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bindings/python/Jamfile b/bindings/python/Jamfile index f25a137ac..ec21998bb 100755 --- a/bindings/python/Jamfile +++ b/bindings/python/Jamfile @@ -28,6 +28,6 @@ python-extension libtorrent : src system:boost_python source:/boost/python//boost_python - /torrent//torrent/static + /torrent//torrent ;