Removed APPLE as UNIX is true on OS X.

master
Camilla Berglund ago%!(EXTRA string=12 years)
parent 161c73ea66
commit 5cf56a442c
  1. 2
      CMakeLists.txt

@ -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…
Cancel
Save