Skip to content

Commit

Permalink
added pthread to test linking for freebsd on v1 as well.
Browse files Browse the repository at this point in the history
  • Loading branch information
klemens-morgenstern committed Oct 30, 2024
1 parent 11a0d0d commit f218a6a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/v1/Jamfile.jam
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ project : requirements
<toolset>msvc:<cxxflags>/bigobj
<target-os>windows:<define>WIN32_LEAN_AND_MEAN
<target-os>linux:<linkflags>-lpthread
<target-os>freebsd:<linkflags>-lpthread
<os>NT,<toolset>cw:<library>ws2_32
<os>NT,<toolset>gcc:<library>ws2_32
<library>/boost/test//included
Expand Down

0 comments on commit f218a6a

Please sign in to comment.