mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-22 04:01:31 +00:00
- add in-built zmusic folder to default rpath
This commit is contained in:
parent
797bdb7396
commit
47a2a534ec
1 changed files with 1 additions and 1 deletions
|
@ -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()
|
||||
|
|
Loading…
Reference in a new issue