Skip to content

Commit fd5813d

Browse files
testing something silly
1 parent eabb842 commit fd5813d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

macos/bundle_utils.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ bundle_is_not_to_be_installed() {
1010
# NOTE: Customize this list to exclude libraries you don't want copied into the bundle
1111
if [ "$1" = "libsdrpp_core.dylib" ]; then echo 1; fi
1212
if [ "$1" = "OpenGL" ]; then echo 1; fi
13-
if [ "$1" = "libc++.1.dylib" ]; then echo 1; fi
13+
# if [ "$1" = "libc++.1.dylib" ]; then echo 1; fi
1414
if [ "$1" = "libSystem.B.dylib" ]; then echo 1; fi
1515
if [ "$1" = "Cocoa" ]; then echo 1; fi
1616
if [ "$1" = "IOKit" ]; then echo 1; fi

0 commit comments

Comments
 (0)