diff options
| author | AYMEN <53928879+AYMENJD@users.noreply.github.com> | 2024-12-05 15:41:30 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-12-05 15:41:30 +0300 |
| commit | d5445065e639fa673b86933062650d671eb419a2 (patch) | |
| tree | d7e3ad2e37115094f738b9d6418d72f3416848af /CMake/iOS.cmake | |
| parent | d0f077f3c0dfdadf36ef4c273368ae18bb9e8ed2 (diff) | |
Minor improvements. (#3169)
Diffstat (limited to 'CMake/iOS.cmake')
| -rw-r--r-- | CMake/iOS.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMake/iOS.cmake b/CMake/iOS.cmake index 4ef76bd0f..0bdbe7505 100644 --- a/CMake/iOS.cmake +++ b/CMake/iOS.cmake @@ -154,7 +154,7 @@ endif() set (CMAKE_SHARED_LINKER_FLAGS_INIT "-fapplication-extension") set (CMAKE_C_FLAGS_INIT "${XCODE_IOS_PLATFORM_VERSION_FLAGS}") -# Hidden visibilty is required for cxx on iOS +# Hidden visibility is required for cxx on iOS set (CMAKE_CXX_FLAGS_INIT "${XCODE_IOS_PLATFORM_VERSION_FLAGS} -fvisibility-inlines-hidden") set (CMAKE_C_LINK_FLAGS "${XCODE_IOS_PLATFORM_VERSION_FLAGS} -fapplication-extension -Wl,-search_paths_first ${CMAKE_C_LINK_FLAGS}") |
