Skip to content

Commit

Permalink
homebrew uses standard name for pre-built boost_system now
Browse files Browse the repository at this point in the history
  • Loading branch information
arvidn committed Jan 23, 2025
1 parent 8aed49e commit 6171e48
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions Jamfile
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,7 @@ else
<include>/opt/homebrew/include
;

# the names are decorated in MacPorts.
lib boost_system : : <target-os>darwin <name>boost_system-mt $(boost-lib-search-path)
: : $(boost-include-path) ;

lib boost_system : : <name>boost_system ;
lib boost_system : : <name>boost_system $(boost-lib-search-path) : : $(boost-include-path) ;
}

use-project /try_signal : ./deps/try_signal ;
Expand Down

0 comments on commit 6171e48

Please sign in to comment.