mirror of
https://github.com/glfw/glfw.git
synced 2024-11-13 05:53:50 +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)
|
if (BUILD_SHARED_LIBS)
|
||||||
set(_GLFW_BUILD_DLL 1)
|
set(_GLFW_BUILD_DLL 1)
|
||||||
if (UNIX OR APPLE)
|
if (UNIX)
|
||||||
add_definitions(-fvisibility=hidden)
|
add_definitions(-fvisibility=hidden)
|
||||||
endif()
|
endif()
|
||||||
endif()
|
endif()
|
||||||
|
Loading…
Reference in New Issue
Block a user