- add in-built zmusic folder to default rpath

This commit is contained in:
Rachael Alexanderson 2024-01-31 19:19:36 -05:00
parent 797bdb7396
commit 47a2a534ec
No known key found for this signature in database
GPG key ID: 26A8ACCE97115EE0

View file

@ -1386,7 +1386,7 @@ if( NOT WIN32 AND NOT APPLE )
IF ("${INSTALL_RPATH}" STREQUAL "")
set_target_properties(zdoom 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()