From 8b6010fc3aaa198d53b98a7b45fa850832602e6f Mon Sep 17 00:00:00 2001 From: Rachael Alexanderson Date: Wed, 31 Jan 2024 19:21:29 -0500 Subject: [PATCH] - repeat commit https://github.com/ZDoom/gzdoom/commit/47a2a534ecacf76ec77f6804db1b0a9d1f25655a from gzdoom --- source/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/CMakeLists.txt b/source/CMakeLists.txt index 068d579d9..286b8fd6b 100644 --- a/source/CMakeLists.txt +++ b/source/CMakeLists.txt @@ -1443,7 +1443,7 @@ if( NOT WIN32 AND NOT APPLE ) IF ("${INSTALL_RPATH}" STREQUAL "") set_target_properties(${PROJECT_NAME} PROPERTIES #allow libzmusic.so.1 library in same folder as executable at runtime - INSTALL_RPATH "\$ORIGIN" + INSTALL_RPATH "\$ORIGIN:\$ORIGIN/zmusic/build/source" BUILD_WITH_INSTALL_RPATH ON ) endif()