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 eabb842 commit fd5813dCopy full SHA for fd5813d
macos/bundle_utils.sh
@@ -10,7 +10,7 @@ bundle_is_not_to_be_installed() {
10
# NOTE: Customize this list to exclude libraries you don't want copied into the bundle
11
if [ "$1" = "libsdrpp_core.dylib" ]; then echo 1; fi
12
if [ "$1" = "OpenGL" ]; then echo 1; fi
13
- if [ "$1" = "libc++.1.dylib" ]; then echo 1; fi
+ # if [ "$1" = "libc++.1.dylib" ]; then echo 1; fi
14
if [ "$1" = "libSystem.B.dylib" ]; then echo 1; fi
15
if [ "$1" = "Cocoa" ]; then echo 1; fi
16
if [ "$1" = "IOKit" ]; then echo 1; fi
0 commit comments