We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67520ea commit eb8b852Copy full SHA for eb8b852
macos/bundle_utils.sh
@@ -26,7 +26,8 @@ bundle_is_not_to_be_installed() {
26
if [ "$1" = "CFNetwork" ]; then echo 1; fi
27
if [ "$1" = "SystemConfiguration" ]; then echo 1; fi
28
if [ "$1" = "Security" ]; then echo 1; fi
29
- if [ "$1" = "AppleFSCompression" ]; then echo 1; fi
+ if [ "$1" = "AppleFSCompression" ]; then echo 1; fi
30
+ if [ "$1" = "libsdrplay_api.so.3.14" ]; then echo 1; fi
31
}
32
33
# ========================= FOR INTERNAL USE ONLY =========================
0 commit comments