mirror of
https://github.com/AlexandreRouma/SDRPlusPlus.git
synced 2025-02-02 21:04:45 +01:00
fix macos build
This commit is contained in:
parent
67520ea45e
commit
eb8b852ea6
@ -26,7 +26,8 @@ bundle_is_not_to_be_installed() {
|
|||||||
if [ "$1" = "CFNetwork" ]; then echo 1; fi
|
if [ "$1" = "CFNetwork" ]; then echo 1; fi
|
||||||
if [ "$1" = "SystemConfiguration" ]; then echo 1; fi
|
if [ "$1" = "SystemConfiguration" ]; then echo 1; fi
|
||||||
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
|
||||||
}
|
}
|
||||||
|
|
||||||
# ========================= FOR INTERNAL USE ONLY =========================
|
# ========================= FOR INTERNAL USE ONLY =========================
|
||||||
|
Loading…
x
Reference in New Issue
Block a user