Skip to content

Commit

Permalink
Core/SSL: In MacOS now using static libraries
Browse files Browse the repository at this point in the history
git-svn-id: svn://ultimatepp.org/upp/trunk@15769 f0d560ea-af0d-0410-9eb7-867de7ffcac7
  • Loading branch information
cxl committed Feb 14, 2021
1 parent 00ba995 commit 4a6d01f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions uppsrc/Core/SSL/SSL.upp
@@ -1,10 +1,11 @@
description "OpenSSL based SSL support for Core\3770,128,128";

library
"crypto ssl";
library(POSIX !OSX) "crypto ssl";

library(WIN32) gdi32;

library(OSX) "libcrypto.a libssl.a";

file
SSL.h,
Util.cpp,
Expand Down

0 comments on commit 4a6d01f

Please sign in to comment.