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 cb3a46b commit 1e6000b
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 @@ -480,6 +480,7 @@ else()
endif()
# All iOS/Darwin specific settings - some may be redundant.
set(CMAKE_MACOSX_BUNDLE YES)
set(CMAKE_XCODE_ATTRIBUTE_CODE_SIGNING_REQUIRED "NO")
set(CMAKE_SHARED_LIBRARY_PREFIX "lib")
set(CMAKE_SHARED_LIBRARY_SUFFIX ".dylib")
set(CMAKE_SHARED_MODULE_PREFIX "lib")
Expand Down

0 comments on commit 1e6000b

Please sign in to comment.