From 9e87be35e4b9cd187309eb3a660ebe34b2c5141f Mon Sep 17 00:00:00 2001 From: Arvid Norberg Date: Sun, 13 Nov 2011 07:31:00 +0000 Subject: [PATCH] fix 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 b24254c49..9926f90d6 100755 --- a/bindings/python/Jamfile +++ b/bindings/python/Jamfile @@ -73,7 +73,7 @@ python-extension libtorrent src/magnet_uri.cpp src/error_code.cpp : src - /torrent//torrent/static + /torrent//torrent @libtorrent_linking ;