Fixed rpath issues
This commit is contained in:
parent
55631bfb82
commit
8a083180c1
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user