Fixed bad libraries being included

pull/521/head
AlexandreRouma 2021-11-18 12:06:43 +01:00
rodzic 098b78dcd1
commit 4ee677154f
1 zmienionych plików z 4 dodań i 0 usunięć

Wyświetl plik

@ -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 =========================