IOS CMAKE build settings
This commit is contained in:
7
external/unbound/CMakeLists.txt
vendored
7
external/unbound/CMakeLists.txt
vendored
@@ -215,6 +215,11 @@ endif ()
|
||||
|
||||
|
||||
if (INSTALL_VENDORED_LIBUNBOUND)
|
||||
if(IOS)
|
||||
set(lib_folder lib-${ARCH})
|
||||
else()
|
||||
set(lib_folder lib)
|
||||
endif()
|
||||
install(TARGETS unbound
|
||||
ARCHIVE DESTINATION lib)
|
||||
ARCHIVE DESTINATION ${lib_folder})
|
||||
endif()
|
||||
|
||||
Reference in New Issue
Block a user