mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-21 16:37:12 +01:00
Use relative RPATH during installation
This commit is contained in:
@@ -328,7 +328,7 @@ set( _EXEDIR "${_DEST}" )
|
|||||||
# Setup RPATH handling
|
# Setup RPATH handling
|
||||||
set( CMAKE_BUILD_RPATH "${_DEST}/${_PKGLIB}" )
|
set( CMAKE_BUILD_RPATH "${_DEST}/${_PKGLIB}" )
|
||||||
set( CMAKE_BUILD_WITH_INSTALL_RPATH FALSE )
|
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 )
|
set( CMAKE_INSTALL_RPATH_USE_LINK_PATH FALSE )
|
||||||
|
|
||||||
# Adjust them for the Mac
|
# Adjust them for the Mac
|
||||||
|
|||||||
Reference in New Issue
Block a user