diff options
| author | Oz Linden <oz@lindenlab.com> | 2011-09-27 18:16:11 -0400 | 
|---|---|---|
| committer | Oz Linden <oz@lindenlab.com> | 2011-09-27 18:16:11 -0400 | 
| commit | a8b74a17cdf357987624eebdd8cf5e544487293a (patch) | |
| tree | 4d671e0021d83ecc1bc976f77d0156569206abb5 | |
| parent | 174e44ab1eec203b5bc26a463d40b6eaf7ac58df (diff) | |
statically link libcrypto in the Mac build
| -rw-r--r-- | indra/cmake/OpenSSL.cmake | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/indra/cmake/OpenSSL.cmake b/indra/cmake/OpenSSL.cmake index 5982ee9a49..2704912eb5 100644 --- a/indra/cmake/OpenSSL.cmake +++ b/indra/cmake/OpenSSL.cmake @@ -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) | 
