Skip to content

Commit

Permalink
- add in-built zmusic folder to default rpath
Browse files Browse the repository at this point in the history
  • Loading branch information
madame-rachelle committed Feb 1, 2024
1 parent 797bdb7 commit 47a2a53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CMakeLists.txt
Expand Up @@ -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()
Expand Down

0 comments on commit 47a2a53

Please sign in to comment.