mirror of
https://github.com/gwm17/glfw.git
synced 2024-11-26 20:28:49 -05: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