]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
xcf : add check for visionos build version (#12854)
authorDaniel Bevenius <redacted>
Fri, 11 Apr 2025 07:24:34 +0000 (09:24 +0200)
committerGitHub <redacted>
Fri, 11 Apr 2025 07:24:34 +0000 (09:24 +0200)
commit12e9158f25cb47e97ca9b8083e1ec7415f262260
treeb2a45ab4cadc119edba6af2922cb4f9ee8c1f473
parent5b1f13cb64dbb0de7e95dae86725928d350c188c
xcf : add check for visionos build version (#12854)

This commit adds a check for the visionos build version used with vtool
in build-xcframework.sh. The script now checks the Xcode version and
determines whether to use "xros" or "visionos" for the build version.

This commit also uses xcrun for the vtool so that the version of vtool
in xcode command line tools is used instead of the one in the system
path.

Refs: https://github.com/ggml-org/whisper.cpp/pull/2994#issuecomment-2773292223
build-xcframework.sh