mirror of
https://github.com/glfw/glfw.git
synced 2026-01-11 23:33:16 +01:00
Cocoa: Fix internal symbol hiding for dylib
The default symbol visibility was not set to hidden on macOS.
(cherry picked from commit b430bc4935)
This commit is contained in:
committed by
Camilla Löwy
parent
cfd93597ec
commit
1daf9de40f
@@ -140,7 +140,9 @@ if (BUILD_SHARED_LIBS)
|
||||
|
||||
set_target_properties(glfw PROPERTIES
|
||||
INSTALL_NAME_DIR "${CMAKE_INSTALL_LIBDIR}")
|
||||
elseif (UNIX)
|
||||
endif()
|
||||
|
||||
if (UNIX)
|
||||
# Hide symbols not explicitly tagged for export from the shared library
|
||||
target_compile_options(glfw PRIVATE "-fvisibility=hidden")
|
||||
endif()
|
||||
|
||||
Reference in New Issue
Block a user