Fixed rpath issues

This commit is contained in:
WolverinDEV 2019-11-12 23:52:06 +01:00
parent 55631bfb82
commit 8a083180c1

View File

@ -284,7 +284,7 @@ if(${COMPILE_WEB_CLIENT})
${LIBRARY_PATH_DATA_PIPES} ${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() endif()
include_directories(${LIBRARY_PATH}/boringssl/include/) include_directories(${LIBRARY_PATH}/boringssl/include/)
target_link_libraries(TeaSpeakServer target_link_libraries(TeaSpeakServer