Skip to content

Commit

Permalink
Add -lpthread link flag for Linux targets
Browse files Browse the repository at this point in the history
  • Loading branch information
ashtum committed Oct 25, 2024
1 parent 18c6f81 commit b72040f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/Jamfile
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@ project /boost/beast/test
cxx11_variadic_templates
]
<define>BOOST_BEAST_TESTS
<target-os>linux:<linkflags>-lpthread
<target-os>darwin:<define>Z_HAVE_UNISTD_H=1
<library>/boost/beast/test//lib-asio/<link>static
<boost.beast.separate-compilation>on:<library>/boost/beast/test//lib-beast/<link>static
Expand Down

0 comments on commit b72040f

Please sign in to comment.