Skip to content

Commit 21b65a5

Browse files
committed
squash! xcframework : add support for CoreML to ios/macOS
Fix grammar in output message.
1 parent 455e078 commit 21b65a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build-xcframework.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ combine_static_libraries() {
246246
"${base_dir}/${build_dir}/ggml/src/ggml-blas/${release_dir}/libggml-blas.a"
247247
)
248248
if [[ "$platform" == "macos" || "$platform" == "ios" ]]; then
249-
echo "Adding libwhisper.coreml library the build."
249+
echo "Adding libwhisper.coreml library to the build."
250250
libs+=(
251251
"${base_dir}/${build_dir}/src/${release_dir}/libwhisper.coreml.a"
252252
)

0 commit comments

Comments
 (0)