cmake: Fix plugin RPATH entry on Linux

master
PatTheMav 2022-08-03 18:57:52 +02:00 committed by Rodney
parent c42047cb68
commit 8db359d060
1 changed files with 1 additions and 1 deletions

View File

@ -94,7 +94,7 @@ macro(setup_obs_project)
set(OBS_SCRIPT_PLUGIN_PATH "../../${OBS_SCRIPT_PLUGIN_DESTINATION}")
set(CMAKE_INSTALL_RPATH "$ORIGIN/"
"${ORIGIN}/../../${OBS_LIBRARY_DESTINATION}")
"$ORIGIN/../../${OBS_LIBRARY_DESTINATION}")
endif()
if(BUILD_FOR_PPA)