Skip to content

Commit 98a44c8

Browse files
committed
Adding settings for clang in Jamfile.
1 parent 1cc3acb commit 98a44c8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

libs/network/test/Jamfile.v2

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,9 @@ project network_test :
3131
<toolset>darwin:<linkflags>-lpthread
3232
<toolset>darwin:<linkflags>-lssl
3333
<toolset>darwin:<linkflags>-lcrypto
34+
<toolset>clang:<linkflags>-lpthread
35+
<toolset>clang:<linkflags>-lssl
36+
<toolset>clang:<linkflags>-lcrypto
3437
<os>cygwin,<toolset>gcc:<define>_WIN32_WINNT=0x0501
3538
<os>cygwin,<toolset>gcc:<define>__USE_W32_SOCKETS
3639
<os>cygwin,<toolset>gcc:<library>ws2_32

0 commit comments

Comments
 (0)