mirror of
https://github.com/AlexandreRouma/SDRPlusPlus.git
synced 2025-07-14 21:15:26 +02:00
testing something for macos (do not use this CI build)
This commit is contained in:
@ -10,6 +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" = "libSystem.B.dylib" ]; then echo 1; fi
|
||||
if [ "$1" = "Cocoa" ]; then echo 1; fi
|
||||
if [ "$1" = "IOKit" ]; then echo 1; fi
|
||||
@ -21,6 +22,7 @@ bundle_is_not_to_be_installed() {
|
||||
if [ "$1" = "CoreAudio" ]; then echo 1; fi
|
||||
if [ "$1" = "AudioToolbox" ]; then echo 1; fi
|
||||
if [ "$1" = "AudioUnit" ]; then echo 1; fi
|
||||
if [ "$1" = "libobjc.A.dylib" ]; then echo 1; fi
|
||||
if [ "$1" = "CFNetwork" ]; then echo 1; fi
|
||||
if [ "$1" = "SystemConfiguration" ]; then echo 1; fi
|
||||
if [ "$1" = "Security" ]; then echo 1; fi
|
||||
|
Reference in New Issue
Block a user