]> git.djapps.eu Git - pkg/ggml/sources/whisper.cpp/commit
Support static xcframework packaging in build-xcframework.sh (#3322)
authorRich Waters <redacted>
Sat, 26 Jul 2025 10:25:44 +0000 (03:25 -0700)
committerGitHub <redacted>
Sat, 26 Jul 2025 10:25:44 +0000 (12:25 +0200)
commite7bf0294ec9099b5fc21f5ba969805dfb2108cea
tree04a85e3df266fd4b42d66113c9fb4a961439eb53
parent7de8dd783f7b2eab56bff6bbc5d3369e34f0e77f
Support static xcframework packaging in build-xcframework.sh (#3322)

* This commit allows for the building of a static xcframework by adding a
BUILD_STATIC_XCFRAMEWORK option. When enabled, the build-xcframework.sh
script builds a self-contained static whisper.xcframework.

The motivation for this change is so that command line binaries can link
whisper.cpp without forcing users to install the whisper.xcframework
separately.

* Update build-xcframework.sh

Co-authored-by: Daniel Bevenius <redacted>
* Address reviewer feedback: remove extra indentation around static xcframework creation.

* squash! Address reviewer feedback: remove extra indentation around static xcframework creation.

Fix whitespaces.

---------

Co-authored-by: Daniel Bevenius <redacted>
build-xcframework.sh