Skip to content

Commit 6fb4cdb

Browse files
committed
android : try to fix build
1 parent 69fe4b7 commit 6fb4cdb

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

examples/whisper.android/lib/src/main/jni/whisper/CMakeLists.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,9 @@ if (NOT GGML_HOME)
2929
${WHISPER_LIB_DIR}/ggml/src/ggml-cpu/ggml-cpu.c
3030
${WHISPER_LIB_DIR}/ggml/src/ggml-cpu/ggml-cpu.cpp
3131
${WHISPER_LIB_DIR}/ggml/src/ggml-cpu/ggml-cpu-aarch64.cpp
32-
${WHISPER_LIB_DIR}/ggml/src/ggml-cpu/ggml-cpu-quants.c
32+
$(WHISPER_LIB_DIR)/ggml/src/ggml-cpu/ggml-cpu-hbm.cpp
33+
$(WHISPER_LIB_DIR)/ggml/src/ggml-cpu/ggml-cpu-quants.c
34+
$(WHISPER_LIB_DIR)/ggml/src/ggml-cpu/ggml-cpu-traits.cpp
3335
)
3436
endif()
3537

0 commit comments

Comments
 (0)