Do not export internal symbols from a unix shared library.

This commit is contained in:
John Bartholomew
2013-05-01 13:08:09 +01:00
parent 7ecd2eb53b
commit 93f4effd2b
2 changed files with 7 additions and 0 deletions
+3
View File
@@ -77,6 +77,9 @@ endif()
#--------------------------------------------------------------------
if (BUILD_SHARED_LIBS)
set(_GLFW_BUILD_DLL 1)
if (UNIX OR APPLE)
add_definitions(-fvisibility=hidden)
endif()
endif()
#--------------------------------------------------------------------