mirror of
https://github.com/AlexandreRouma/SDRPlusPlus.git
synced 2025-01-13 11:47:13 +01:00
another fix
This commit is contained in:
parent
4ee677154f
commit
a84d525252
@ -153,11 +153,11 @@ bundle_install_binary() {
|
|||||||
continue
|
continue
|
||||||
fi
|
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 the dependency is not installed, install it
|
||||||
if [ ! -f $1/Contents/Frameworks/$DEP_NAME ]; then
|
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
|
fi
|
||||||
|
|
||||||
# Fix path
|
# Fix path
|
||||||
|
Loading…
Reference in New Issue
Block a user