mirror of
https://github.com/AlexandreRouma/SDRPlusPlus.git
synced 2024-12-25 10:28:28 +01:00
Fixed bad libraries being included
This commit is contained in:
parent
098b78dcd1
commit
4ee677154f
@ -23,6 +23,10 @@ bundle_is_not_to_be_installed() {
|
||||
if [ "$1" = "AudioToolbox" ]; then echo 1; fi
|
||||
if [ "$1" = "AudioUnit" ]; then echo 1; fi
|
||||
if [ "$1" = "libobjc.A.dylib" ]; then echo 1; fi
|
||||
if [ "$1" = "CFNetwork" ]; then echo 1; fi
|
||||
if [ "$1" = "SystemConfiguration" ]; then echo 1; fi
|
||||
if [ "$1" = "Security" ]; then echo 1; fi
|
||||
if [ "$1" = "AppleFSCompression" ]; then echo 1; fi
|
||||
}
|
||||
|
||||
# ========================= FOR INTERNAL USE ONLY =========================
|
||||
|
Loading…
Reference in New Issue
Block a user