|
|
@ -202,7 +202,7 @@ if (UNIX)
|
|
|
|
target_link_libraries(tes3mp-server dl)
|
|
|
|
target_link_libraries(tes3mp-server dl)
|
|
|
|
# Fix for not visible pthreads functions for linker with glibc 2.15
|
|
|
|
# Fix for not visible pthreads functions for linker with glibc 2.15
|
|
|
|
if(NOT APPLE)
|
|
|
|
if(NOT APPLE)
|
|
|
|
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -rdynamic") # TODO: use -Wl,--dynamic-list=list.txt instead
|
|
|
|
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wl,--exclude-libs,ALL -rdynamic -fvisibility=hidden")
|
|
|
|
target_link_libraries(tes3mp-server ${CMAKE_THREAD_LIBS_INIT})
|
|
|
|
target_link_libraries(tes3mp-server ${CMAKE_THREAD_LIBS_INIT})
|
|
|
|
endif(NOT APPLE)
|
|
|
|
endif(NOT APPLE)
|
|
|
|
endif(UNIX)
|
|
|
|
endif(UNIX)
|
|
|
|