diff --git a/Jamfile b/Jamfile index 88fe743cd1..aa10e1a4c0 100644 --- a/Jamfile +++ b/Jamfile @@ -43,11 +43,7 @@ else /opt/homebrew/include ; - # the names are decorated in MacPorts. - lib boost_system : : darwin boost_system-mt $(boost-lib-search-path) - : : $(boost-include-path) ; - - lib boost_system : : boost_system ; + lib boost_system : : boost_system $(boost-lib-search-path) : : $(boost-include-path) ; } use-project /try_signal : ./deps/try_signal ;