Skip to content

Commit

Permalink
- repeat commit ZDoom/gzdoom@47a2a53 from gzdoom
Browse files Browse the repository at this point in the history
  • Loading branch information
madame-rachelle committed Feb 1, 2024
1 parent 37c254b commit 8b6010f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit 8b6010f

Please sign in to comment.