We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1cc3acb commit 98a44c8Copy full SHA for 98a44c8
libs/network/test/Jamfile.v2
@@ -31,6 +31,9 @@ project network_test :
31
<toolset>darwin:<linkflags>-lpthread
32
<toolset>darwin:<linkflags>-lssl
33
<toolset>darwin:<linkflags>-lcrypto
34
+ <toolset>clang:<linkflags>-lpthread
35
+ <toolset>clang:<linkflags>-lssl
36
+ <toolset>clang:<linkflags>-lcrypto
37
<os>cygwin,<toolset>gcc:<define>_WIN32_WINNT=0x0501
38
<os>cygwin,<toolset>gcc:<define>__USE_W32_SOCKETS
39
<os>cygwin,<toolset>gcc:<library>ws2_32
0 commit comments