We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e75135 commit 792909eCopy full SHA for 792909e
CMakeLists.txt
@@ -55,3 +55,5 @@ add_subdirectory(package)
55
install(DIRECTORY ${CMAKE_STAGING_PREFIX}/ DESTINATION ${CMAKE_INSTALL_PREFIX} USE_SOURCE_PERMISSIONS)
56
57
add_subdirectory(toolchain)
58
+
59
+install(CODE "execute_process(COMMAND ${CMAKE_INSTALL_PREFIX}/relocate-sdk.sh)")
toolchain/fix-rpath.macos.sh
@@ -5,7 +5,7 @@ if [ ! -d "$1" ]; then
5
exit 1
6
fi
7
8
-LIBDIR=$(realpath "$1")
+LIBDIR="$1"
9
AWK_LIB_PREFIX=$(echo "$LIBDIR" | sed -e 's/\//\\\//g')
10
11
find bin lib libexec -type file | while read -r FILE; do
0 commit comments