From 8a083180c12f42bc5a716b7aaa97c02ac4059101 Mon Sep 17 00:00:00 2001 From: WolverinDEV Date: Tue, 12 Nov 2019 23:52:06 +0100 Subject: [PATCH] Fixed rpath issues --- server/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/CMakeLists.txt b/server/CMakeLists.txt index 45393db..5f6271b 100644 --- a/server/CMakeLists.txt +++ b/server/CMakeLists.txt @@ -284,7 +284,7 @@ if(${COMPILE_WEB_CLIENT}) ${LIBRARY_PATH_DATA_PIPES} ) - target_link_options(TeaSpeakServer PUBLIC "-Wl,--no-as-needed" "${LIBRARY_PATH_NICE}" "-Wl,--as-needed") + target_link_options(TeaSpeakServer PUBLIC "-Wl,--no-as-needed" "${LIBRARY_PATH_DATA_PIPES}" "${LIBRARY_PATH_NICE}" "-Wl,--as-needed") endif() include_directories(${LIBRARY_PATH}/boringssl/include/) target_link_libraries(TeaSpeakServer