Skip to content

Commit 9da4cad

Browse files
committed
Adding support for darwin builds easily.
1 parent d0ab2cb commit 9da4cad

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

libs/network/test/Jamfile.v2

+3
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@ project network_test :
2424
<toolset>gcc:<linkflags>-lpthread
2525
<toolset>gcc:<linkflags>-lssl
2626
<toolset>gcc:<linkflags>-lcrypto
27+
<toolset>darwin:<linkflags>-lpthread
28+
<toolset>darwin:<linkflags>-lssl
29+
<toolset>darwin:<linkflags>-lcrypto
2730
<os>cygwin,<toolset>gcc:<define>_WIN32_WINNT=0x0501
2831
<os>cygwin,<toolset>gcc:<define>__USE_W32_SOCKETS
2932
<os>cygwin,<toolset>gcc:<library>ws2_32

0 commit comments

Comments
 (0)