From ca7d1c343bb208c1df19555c9042b2b845d0bc7f Mon Sep 17 00:00:00 2001 From: Arvid Norberg Date: Tue, 12 Jun 2012 16:38:15 +0000 Subject: [PATCH] merged Jamfile fix from RC_0_16 --- Jamfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Jamfile b/Jamfile index 35cb8cf61..d8b7b6d52 100755 --- a/Jamfile +++ b/Jamfile @@ -594,8 +594,8 @@ lib torrent # on windows, when linking statically against asio # but producing a DLL, everything inside the DLL needs # to declare the symbol as being exported - shared,static:BOOST_ASIO_SOURCE - shared,static:BOOST_SYSTEM_SOURCE + shared:BOOST_ASIO_SOURCE + shared:BOOST_SYSTEM_SOURCE shared,static:BOOST_ALL_DYN_LINK shared:BOOST_ALL_DYN_LINK