Merge pull request #218 from arvidn/fix-install-rult

forward port fixing the install rule in Jamfile
This commit is contained in:
Arvid Norberg 2015-10-12 21:23:55 -04:00
commit ec49e08456
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)