- 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…
Add table
Add a link
Reference in a new issue