From a84d525252cc6616884f246f5a419a53a9f9d02d Mon Sep 17 00:00:00 2001 From: AlexandreRouma Date: Thu, 18 Nov 2021 13:52:06 +0100 Subject: [PATCH] another fix --- macos/bundle_utils.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/macos/bundle_utils.sh b/macos/bundle_utils.sh index 41473f26..c9a50ae1 100644 --- a/macos/bundle_utils.sh +++ b/macos/bundle_utils.sh @@ -153,11 +153,11 @@ bundle_install_binary() { continue fi - DEP=$(bundle_find_full_path $DEP $RPATHS) + local DEP_PATH=$(bundle_find_full_path $DEP $RPATHS) # If the dependency is not installed, install it if [ ! -f $1/Contents/Frameworks/$DEP_NAME ]; then - bundle_install_binary $1 $1/Contents/Frameworks $DEP + bundle_install_binary $1 $1/Contents/Frameworks $DEP_PATH fi # Fix path