mirror of
https://github.com/ZDoom/Raze.git
synced 2024-11-21 19:51:12 +00:00
- repeat commit 47a2a534ec
from gzdoom
This commit is contained in:
parent
37c254b22e
commit
8b6010fc3a
1 changed files with 1 additions and 1 deletions
|
@ -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()
|
||||
|
|
Loading…
Reference in a new issue