mirror of
https://github.com/glfw/glfw.git
synced 2024-11-10 00:51:47 +00:00
Removed APPLE as UNIX is true on OS X.
This commit is contained in:
parent
161c73ea66
commit
5cf56a442c
@ -77,7 +77,7 @@ endif()
|
||||
#--------------------------------------------------------------------
|
||||
if (BUILD_SHARED_LIBS)
|
||||
set(_GLFW_BUILD_DLL 1)
|
||||
if (UNIX OR APPLE)
|
||||
if (UNIX)
|
||||
add_definitions(-fvisibility=hidden)
|
||||
endif()
|
||||
endif()
|
||||
|
Loading…
Reference in New Issue
Block a user