From fd5813df6dd339bdf0c3bea88a9322edd0aac95c Mon Sep 17 00:00:00 2001 From: AlexandreRouma Date: Fri, 19 Jan 2024 19:43:31 +0100 Subject: [PATCH] testing something silly --- macos/bundle_utils.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/macos/bundle_utils.sh b/macos/bundle_utils.sh index a14a1dd0..1cbaa531 100644 --- a/macos/bundle_utils.sh +++ b/macos/bundle_utils.sh @@ -10,7 +10,7 @@ bundle_is_not_to_be_installed() { # NOTE: Customize this list to exclude libraries you don't want copied into the bundle if [ "$1" = "libsdrpp_core.dylib" ]; then echo 1; fi if [ "$1" = "OpenGL" ]; then echo 1; fi - if [ "$1" = "libc++.1.dylib" ]; then echo 1; fi + # if [ "$1" = "libc++.1.dylib" ]; then echo 1; fi if [ "$1" = "libSystem.B.dylib" ]; then echo 1; fi if [ "$1" = "Cocoa" ]; then echo 1; fi if [ "$1" = "IOKit" ]; then echo 1; fi