forked from premiere/premiere-libtorrent
fix building with newer version of boost build, remove old option to turn off PIC on darwin
This commit is contained in:
parent
0bcf6cef23
commit
0e96ae2906
1
Jamfile
1
Jamfile
|
@ -530,7 +530,6 @@ feature.compose <debug-iterators>on : <define>_SCL_SECURE=1 <define>_GLIBCXX_DEB
|
|||
|
||||
feature fpic : off on : composite propagated link-incompatible ;
|
||||
feature.compose <fpic>on : <cflags>-fPIC ;
|
||||
feature.compose <fpic>off : <toolset>darwin:<cflags>-mdynamic-no-pic ;
|
||||
|
||||
feature profile-calls : off on : composite propagated link-incompatible ;
|
||||
feature.compose <profile-calls>on : <define>TORRENT_PROFILE_CALLS=1 ;
|
||||
|
|
Loading…
Reference in New Issue