Skip to content

Commit

Permalink
fix macos build
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexandreRouma committed Mar 22, 2024
1 parent 67520ea commit eb8b852
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion macos/bundle_utils.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ bundle_is_not_to_be_installed() {
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
if [ "$1" = "AppleFSCompression" ]; then echo 1; fi
if [ "$1" = "libsdrplay_api.so.3.14" ]; then echo 1; fi
}

# ========================= FOR INTERNAL USE ONLY =========================
Expand Down

0 comments on commit eb8b852

Please sign in to comment.