From 5703d607af0f6694775fd72c143416ec470cc8b0 Mon Sep 17 00:00:00 2001 From: Arvid Norberg Date: Thu, 15 May 2008 16:58:32 +0000 Subject: [PATCH] links against boost-system --- Jamfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Jamfile b/Jamfile index f4604eef5..a4212f02f 100755 --- a/Jamfile +++ b/Jamfile @@ -93,6 +93,7 @@ rule linking ( properties * ) result += boost_filesystem boost_thread boost_iostreams + boost_system ; } @@ -110,6 +111,7 @@ rule linking ( properties * ) result += /boost/thread//boost_thread /boost/filesystem//boost_filesystem /boost/iostreams//boost_iostreams + /boost/system//boost_system $(BOOST_ROOT) BOOST_ALL_NO_LIB ;