- repeat commit 47a2a534ec from gzdoom

This commit is contained in:
Rachael Alexanderson 2024-01-31 19:21:29 -05:00
parent 37c254b22e
commit 8b6010fc3a
No known key found for this signature in database
GPG key ID: 26A8ACCE97115EE0

View file

@ -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()