mirror of
https://github.com/AlexandreRouma/SDRPlusPlus.git
synced 2025-01-12 19:27:11 +01:00
More MacOS work 5
This commit is contained in:
parent
f5b07f6a60
commit
799e8c7e02
@ -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
|
Loading…
Reference in New Issue
Block a user