From 2adfee19f2a5aad6833d4f0b1680e46ccefb8117 Mon Sep 17 00:00:00 2001 From: Steven Siloti Date: Wed, 7 Oct 2015 18:41:40 -0700 Subject: [PATCH] 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. --- Jamfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Jamfile b/Jamfile index f6e9a70cc..f144460b6 100644 --- a/Jamfile +++ b/Jamfile @@ -757,7 +757,6 @@ local usage-requirements = $(LDFLAGS) # this works around a bug in asio in boost-1.39 BOOST_ASIO_HASH_MAP_BUCKETS=1021 - @tag ; project torrent ; @@ -786,6 +785,8 @@ lib torrent msvc:_SCL_SECURE_NO_DEPRECATE msvc:_CRT_SECURE_NO_DEPRECATE + @tag + $(usage-requirements) : # default build