mirror of
https://github.com/AlexandreRouma/SDRPlusPlus.git
synced 2025-08-11 10:31:46 +02:00
attempt to fix plutosdr macos issues
This commit is contained in:
@@ -28,6 +28,8 @@ bundle_is_not_to_be_installed() {
|
|||||||
if [ "$1" = "Security" ]; then echo 1; fi
|
if [ "$1" = "Security" ]; then echo 1; fi
|
||||||
if [ "$1" = "AppleFSCompression" ]; then echo 1; fi
|
if [ "$1" = "AppleFSCompression" ]; then echo 1; fi
|
||||||
if [ "$1" = "libsdrplay_api.so.3.14" ]; then echo 1; fi
|
if [ "$1" = "libsdrplay_api.so.3.14" ]; then echo 1; fi
|
||||||
|
if [ "$1" = "libsdrplay_api.so.3.15" ]; then echo 1; fi
|
||||||
|
if [ "$1" = "libxml2.2.dylib" ]; then echo 1; fi
|
||||||
}
|
}
|
||||||
|
|
||||||
# ========================= FOR INTERNAL USE ONLY =========================
|
# ========================= FOR INTERNAL USE ONLY =========================
|
||||||
|
Reference in New Issue
Block a user