mirror of
https://github.com/AlexandreRouma/SDRPlusPlus.git
synced 2026-04-19 06:42:43 +00:00
fix macos build
This commit is contained in:
@@ -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 =========================
|
||||||
|
|||||||
Reference in New Issue
Block a user