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 ;