diff --git a/.travis.yml b/.travis.yml index 4e94183c0..5f5c06eae 100644 --- a/.travis.yml +++ b/.travis.yml @@ -71,7 +71,7 @@ script: - bjam --hash -j3 warnings-as-errors=on link=shared variant=$variant $toolset install location=./lib - cd bindings/python # here we specify the temporary lib dir as a path to look for the main library - - bjam --hash -j3 warnings-as-errors=on variant=$variant $toolset stage_module libtorrent-link=shared dll-path=../../lib + - bjam --hash -j3 warnings-as-errors=on variant=$variant $toolset stage_module libtorrent-link=shared install-type=LIB dll-path=../../lib - LD_LIBRARY_PATH=../../lib DYLD_LIBRARY_PATH=../../lib python test.py - if [ $sim = "1" ]; then cd ../../simulation; diff --git a/Jamfile b/Jamfile index f144460b6..0db5fec03 100644 --- a/Jamfile +++ b/Jamfile @@ -800,7 +800,7 @@ lib torrent headers = [ path.glob-tree include/libtorrent : *.hpp ] ; package.install install - : LIB + : libtorrent : : torrent : $(headers)