From 799e8c7e025017ba6d703d4b8e3523b86971a0f1 Mon Sep 17 00:00:00 2001 From: AlexandreRouma Date: Mon, 15 Nov 2021 18:01:08 +0100 Subject: [PATCH] More MacOS work 5 --- macos/set_library_path.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/macos/set_library_path.sh b/macos/set_library_path.sh index b1452a9..83e472b 100644 --- a/macos/set_library_path.sh +++ b/macos/set_library_path.sh @@ -14,7 +14,7 @@ get_first_arg() { # Get current path CURRENT_PATH=$(get_first_arg $(otool -L $EXEC | grep $WANTED_LIB)) -echo Current path: $CURRENT_PATH +echo "Current path for" $WANTED_LIB "in" $EXEC ":" $CURRENT_PATH # Change to the new path install_name_tool -change $CURRENT_PATH $NEW_PATH $EXEC \ No newline at end of file