Set openssl osx target properly
This commit is contained in:
parent
ebbe5a4d80
commit
0e6197f0a7
1 changed files with 1 additions and 1 deletions
2
deps/OpenSSL/OpenSSL.cmake
vendored
2
deps/OpenSSL/OpenSSL.cmake
vendored
|
@ -19,7 +19,7 @@ if(WIN32)
|
|||
set(_install_cmd nmake install_sw )
|
||||
else()
|
||||
if(APPLE)
|
||||
set(_conf_cmd ./Configure )
|
||||
set(_conf_cmd export MACOSX_DEPLOYMENT_TARGET=${CMAKE_OSX_DEPLOYMENT_TARGET} && ./Configure )
|
||||
else()
|
||||
set(_conf_cmd "./config")
|
||||
endif()
|
||||
|
|
Loading…
Reference in a new issue