We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0ab2cb commit 9da4cadCopy full SHA for 9da4cad
libs/network/test/Jamfile.v2
@@ -24,6 +24,9 @@ project network_test :
24
<toolset>gcc:<linkflags>-lpthread
25
<toolset>gcc:<linkflags>-lssl
26
<toolset>gcc:<linkflags>-lcrypto
27
+ <toolset>darwin:<linkflags>-lpthread
28
+ <toolset>darwin:<linkflags>-lssl
29
+ <toolset>darwin:<linkflags>-lcrypto
30
<os>cygwin,<toolset>gcc:<define>_WIN32_WINNT=0x0501
31
<os>cygwin,<toolset>gcc:<define>__USE_W32_SOCKETS
32
<os>cygwin,<toolset>gcc:<library>ws2_32
0 commit comments