remove version tag from usage requirements
Dependent projects probably have their own version they'd like to use, so don't impose libtorrent's version on them.
This commit is contained in:
parent
41b8429cd1
commit
2adfee19f2
3
Jamfile
3
Jamfile
|
@ -757,7 +757,6 @@ local usage-requirements =
|
||||||
<linkflags>$(LDFLAGS)
|
<linkflags>$(LDFLAGS)
|
||||||
# this works around a bug in asio in boost-1.39
|
# this works around a bug in asio in boost-1.39
|
||||||
<define>BOOST_ASIO_HASH_MAP_BUCKETS=1021
|
<define>BOOST_ASIO_HASH_MAP_BUCKETS=1021
|
||||||
<tag>@tag
|
|
||||||
;
|
;
|
||||||
|
|
||||||
project torrent ;
|
project torrent ;
|
||||||
|
@ -786,6 +785,8 @@ lib torrent
|
||||||
<toolset>msvc:<define>_SCL_SECURE_NO_DEPRECATE
|
<toolset>msvc:<define>_SCL_SECURE_NO_DEPRECATE
|
||||||
<toolset>msvc:<define>_CRT_SECURE_NO_DEPRECATE
|
<toolset>msvc:<define>_CRT_SECURE_NO_DEPRECATE
|
||||||
|
|
||||||
|
<tag>@tag
|
||||||
|
|
||||||
$(usage-requirements)
|
$(usage-requirements)
|
||||||
|
|
||||||
: # default build
|
: # default build
|
||||||
|
|
Loading…
Reference in New Issue