Added LimeSDR support on MacOS

This commit is contained in:
AlexandreRouma
2021-11-18 10:03:45 +01:00
parent 9c2cb26376
commit 21b405d2bb
2 changed files with 5 additions and 2 deletions

View File

@ -84,7 +84,7 @@ bundle_install_binary() {
# Check if file exists
if [ ! -f $3 ]; then
echo "==NOT== Installing" $EXEC_NAME
echo "==NOT== Installing" $3
return
fi