Merge pull request #210 from ssiloti/no-version-usage-req
remove version tag from usage requirements
This commit is contained in:
commit
161f3d8c65
3
Jamfile
3
Jamfile
|
@ -757,7 +757,6 @@ local usage-requirements =
|
|||
<linkflags>$(LDFLAGS)
|
||||
# this works around a bug in asio in boost-1.39
|
||||
<define>BOOST_ASIO_HASH_MAP_BUCKETS=1021
|
||||
<tag>@tag
|
||||
;
|
||||
|
||||
project torrent ;
|
||||
|
@ -786,6 +785,8 @@ lib torrent
|
|||
<toolset>msvc:<define>_SCL_SECURE_NO_DEPRECATE
|
||||
<toolset>msvc:<define>_CRT_SECURE_NO_DEPRECATE
|
||||
|
||||
<tag>@tag
|
||||
|
||||
$(usage-requirements)
|
||||
|
||||
: # default build
|
||||
|
|
Loading…
Reference in New Issue