mirror of
https://github.com/AlexandreRouma/SDRPlusPlus.git
synced 2024-11-10 04:37:37 +01:00
fix macos build
This commit is contained in:
parent
67520ea45e
commit
eb8b852ea6
@ -27,6 +27,7 @@ bundle_is_not_to_be_installed() {
|
|||||||
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…
Reference in New Issue
Block a user