BUG: Fix dynamic exports executable link option for Sun C compiler on Linux.

This commit is contained in:
Brad King 2008-01-29 07:48:22 -05:00
parent a099551882
commit b4b9e1d44b
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ SET(CMAKE_SHARED_LIBRARY_LINK_C_FLAGS "")
SET(CMAKE_SHARED_LIBRARY_RUNTIME_C_FLAG "-R")
SET(CMAKE_SHARED_LIBRARY_RUNTIME_C_FLAG_SEP ":")
SET(CMAKE_SHARED_LIBRARY_SONAME_C_FLAG "-h")
SET(CMAKE_EXE_EXPORTS_C_FLAG "--export-dynamic")
SET(CMAKE_EXE_EXPORTS_C_FLAG "-Wl,--export-dynamic")
SET(CMAKE_C_FLAGS_INIT "")
SET(CMAKE_C_FLAGS_DEBUG_INIT "-g")