statically link libcrypto in the Mac build

master
Oz Linden 2011-09-27 18:16:11 -04:00
parent 174e44ab1e
commit a8b74a17cd
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ else (STANDALONE)
if (WINDOWS)
set(OPENSSL_LIBRARIES ssleay32 libeay32)
else (WINDOWS)
set(OPENSSL_LIBRARIES ssl)
set(OPENSSL_LIBRARIES ssl crypto)
endif (WINDOWS)
set(OPENSSL_INCLUDE_DIRS ${LIBS_PREBUILT_DIR}/include)
endif (STANDALONE)