Disabling symbol versioning for iOS
This commit is contained in:
parent
ef03a3d9d4
commit
f931603203
1 changed files with 1 additions and 0 deletions
|
@ -40,6 +40,7 @@ if(IOS)
|
|||
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -DMBEDTLS_ALLOW_PRIVATE_ACCESS")
|
||||
set(BUILD_SHARED_LIBS OFF CACHE BOOL "" FORCE)
|
||||
set(WITH_STATIC_LIB ON CACHE BOOL "" FORCE)
|
||||
set(WITH_SYMBOL_VERSIONING OFF CACHE BOOL "" FORCE)
|
||||
|
||||
include_directories(${CLIENT_ROOT_DIR}/3rd/mbedtls/include)
|
||||
else(IOS)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue