fix build with i2p disabled
This commit is contained in:
4
Jamfile
4
Jamfile
@@ -306,6 +306,10 @@ feature need-librt : no yes : composite propagated link-incompatible ;
|
||||
feature fiemap : off on : composite propagated ;
|
||||
feature.compose <fiemap>on : <define>HAVE_LINUX_FIEMAP_H ;
|
||||
|
||||
feature i2p : on off : composite propagated ;
|
||||
feature.compose <i2p>on : <define>TORRENT_USE_I2P=1 ;
|
||||
feature.compose <i2p>off : <define>TORRENT_USE_I2P=0 ;
|
||||
|
||||
feature iconv : auto on off : composite propagated ;
|
||||
feature.compose <iconv>on : <define>TORRENT_USE_ICONV=1 ;
|
||||
feature.compose <iconv>off : <define>TORRENT_USE_ICONV=0 ;
|
||||
|
Reference in New Issue
Block a user