jamfile fix
This commit is contained in:
parent
75ef4ec1f1
commit
ec1199fdae
2
Jamfile
2
Jamfile
|
@ -160,7 +160,7 @@ rule building ( properties * )
|
||||||
|
|
||||||
feature need-librt : no yes : composite propagated link-incompatible ;
|
feature need-librt : no yes : composite propagated link-incompatible ;
|
||||||
|
|
||||||
feature pool-allocators : off static shared : composite propagated link-incompatible ;
|
feature pool-allocators : on off : composite propagated link-incompatible ;
|
||||||
feature.compose <pool-allocators>off : <define>TORRENT_DISABLE_POOL_ALLOCATOR ;
|
feature.compose <pool-allocators>off : <define>TORRENT_DISABLE_POOL_ALLOCATOR ;
|
||||||
|
|
||||||
feature geoip : off static shared : composite propagated link-incompatible ;
|
feature geoip : off static shared : composite propagated link-incompatible ;
|
||||||
|
|
Loading…
Reference in New Issue