Skip to content

Commit

Permalink
Update ios.toolchain.cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
leetal authored Dec 9, 2019
1 parent 76522fe commit cb3a46b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ios.toolchain.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -479,6 +479,7 @@ else()
set(CMAKE_TRY_COMPILE_TARGET_TYPE STATIC_LIBRARY)
endif()
# All iOS/Darwin specific settings - some may be redundant.
set(CMAKE_MACOSX_BUNDLE YES)
set(CMAKE_SHARED_LIBRARY_PREFIX "lib")
set(CMAKE_SHARED_LIBRARY_SUFFIX ".dylib")
set(CMAKE_SHARED_MODULE_PREFIX "lib")
Expand Down

0 comments on commit cb3a46b

Please sign in to comment.