Skip to content

Commit eb8b852

Browse files
fix macos build
1 parent 67520ea commit eb8b852

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

macos/bundle_utils.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@ bundle_is_not_to_be_installed() {
2626
if [ "$1" = "CFNetwork" ]; then echo 1; fi
2727
if [ "$1" = "SystemConfiguration" ]; then echo 1; fi
2828
if [ "$1" = "Security" ]; then echo 1; fi
29-
if [ "$1" = "AppleFSCompression" ]; then echo 1; fi
29+
if [ "$1" = "AppleFSCompression" ]; then echo 1; fi
30+
if [ "$1" = "libsdrplay_api.so.3.14" ]; then echo 1; fi
3031
}
3132

3233
# ========================= FOR INTERNAL USE ONLY =========================

0 commit comments

Comments
 (0)