]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
build : fix case in dSYMs path for build-macos [no ci] (#19515)
authorDaniel Bevenius <redacted>
Wed, 11 Feb 2026 13:02:29 +0000 (14:02 +0100)
committerGitHub <redacted>
Wed, 11 Feb 2026 13:02:29 +0000 (14:02 +0100)
commit53de59f67dfd17fe9df32bf48e0df757e833419f
treea39972434e51e0ae92cf9d33bcb964054ec6d0e9
parent9ab072ebbe8ae679f6a35090979fe58c8659dc11
build : fix case in dSYMs path for build-macos [no ci] (#19515)

This commit updates an incorrect dSYMs where the the 's' was uppercase
by mistake.

The motivation for fixing this is that this can cause issues on case
sensitive operating systems.

Refs: https://github.com/ggml-org/whisper.cpp/pull/3630
build-xcframework.sh