mirror of
https://github.com/cookiengineer/audacity
synced 2025-06-16 16:10:06 +02:00
Use relative RPATH during installation
This commit is contained in:
parent
cb8fe04664
commit
e6368a252a
@ -328,7 +328,7 @@ set( _EXEDIR "${_DEST}" )
|
||||
# Setup RPATH handling
|
||||
set( CMAKE_BUILD_RPATH "${_DEST}/${_PKGLIB}" )
|
||||
set( CMAKE_BUILD_WITH_INSTALL_RPATH FALSE )
|
||||
set( CMAKE_INSTALL_RPATH "${_PREFIX}/${_PKGLIB}" )
|
||||
set( CMAKE_INSTALL_RPATH "$ORIGIN/../${_PKGLIB}" )
|
||||
set( CMAKE_INSTALL_RPATH_USE_LINK_PATH FALSE )
|
||||
|
||||
# Adjust them for the Mac
|
||||
|
Loading…
x
Reference in New Issue
Block a user