forked from premiere/premiere-libtorrent
forward port fixing the install rule in Jamfile
This commit is contained in:
parent
ee58035d9d
commit
ea1fa63843
|
@ -71,7 +71,7 @@ script:
|
||||||
- bjam --hash -j3 warnings-as-errors=on link=shared variant=$variant $toolset install location=./lib
|
- bjam --hash -j3 warnings-as-errors=on link=shared variant=$variant $toolset install location=./lib
|
||||||
- cd bindings/python
|
- cd bindings/python
|
||||||
# here we specify the temporary lib dir as a path to look for the main library
|
# 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
|
- LD_LIBRARY_PATH=../../lib DYLD_LIBRARY_PATH=../../lib python test.py
|
||||||
- if [ $sim = "1" ]; then
|
- if [ $sim = "1" ]; then
|
||||||
cd ../../simulation;
|
cd ../../simulation;
|
||||||
|
|
2
Jamfile
2
Jamfile
|
@ -800,7 +800,7 @@ lib torrent
|
||||||
headers = [ path.glob-tree include/libtorrent : *.hpp ] ;
|
headers = [ path.glob-tree include/libtorrent : *.hpp ] ;
|
||||||
|
|
||||||
package.install install
|
package.install install
|
||||||
: <install-type>LIB
|
: <install-source-root>libtorrent
|
||||||
:
|
:
|
||||||
: torrent
|
: torrent
|
||||||
: $(headers)
|
: $(headers)
|
||||||
|
|
Loading…
Reference in New Issue