diff options
| -rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index c7172a7c25f..201cf6af52b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -273,7 +273,7 @@ message("") if( CMAKE_SYSTEM_NAME MATCHES "Darwin" ) set(MACOSX 1) - set(OSX_LIBS /opt/local/lib/libcrypto.dylib) + set(OSX_LIBS /usr/lib/libcrypto.dylib) add_definitions(-D__ASSERTMACROS__) endif() |
