forward port fixing the install rule in Jamfile

This commit is contained in:
arvidn 2015-10-10 19:04:13 -04:00
parent ee58035d9d
commit ea1fa63843
2 changed files with 2 additions and 2 deletions

View File

@ -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;

View File

@ -800,7 +800,7 @@ lib torrent
headers = [ path.glob-tree include/libtorrent : *.hpp ] ;
package.install install
: <install-type>LIB
: <install-source-root>libtorrent
:
: torrent
: $(headers)