Skip to content

Commit 6edfe60

Browse files
authored
include parakeet in build-xcframework.sh (#3899)
1 parent 5ed76e9 commit 6edfe60

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

build-xcframework.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,7 @@ setup_framework_structure() {
115115

116116
# Copy all required headers (common for all platforms)
117117
cp include/whisper.h ${header_path}
118+
cp include/parakeet.h ${header_path}
118119
cp ggml/include/ggml.h ${header_path}
119120
cp ggml/include/ggml-alloc.h ${header_path}
120121
cp ggml/include/ggml-backend.h ${header_path}
@@ -127,6 +128,7 @@ setup_framework_structure() {
127128
cat > ${module_path}module.modulemap << EOF
128129
framework module whisper {
129130
header "whisper.h"
131+
header "parakeet.h"
130132
header "ggml.h"
131133
header "ggml-alloc.h"
132134
header "ggml-backend.h"
@@ -245,6 +247,7 @@ combine_static_libraries() {
245247

246248
local libs=(
247249
"${base_dir}/${build_dir}/src/${release_dir}/libwhisper.a"
250+
"${base_dir}/${build_dir}/src/${release_dir}/libparakeet.a"
248251
"${base_dir}/${build_dir}/ggml/src/${release_dir}/libggml.a"
249252
"${base_dir}/${build_dir}/ggml/src/${release_dir}/libggml-base.a"
250253
"${base_dir}/${build_dir}/ggml/src/${release_dir}/libggml-cpu.a"

0 commit comments

Comments
 (0)