Skip to content

Commit

Permalink
added pthread to test linking for freebsd
Browse files Browse the repository at this point in the history
  • Loading branch information
klemens-morgenstern committed Oct 25, 2024
1 parent 8826a75 commit 07af239
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions test/v2/Jamfile.jam
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,7 @@ project : requirements
<target-os>windows:<define>_WIN32_WINNT=0x0601
<target-os>linux:<linkflags>-lpthread
<target-os>freebsd:<linkflags>-lutil
<target-os>freebsd:<linkflags>-lkvm
<target-os>freebsd:<linkflags>-lprocstat
<target-os>bsd:<linkflags>-lkvm
<target-os>freebsd:<linkflags>-lpthread
<os>NT,<toolset>cw:<library>ws2_32
<os>NT,<toolset>gcc:<library>ws2_32
<os>NT,<toolset>gcc:<library>Bcrypt
Expand Down

0 comments on commit 07af239

Please sign in to comment.