Skip to content

Commit 1983ade

Browse files
committed
drop LIB_GGML
1 parent 7e6fc1f commit 1983ade

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Makefile

+1-2
Original file line numberDiff line numberDiff line change
@@ -972,8 +972,7 @@ $(LIB_WHISPER): \
972972

973973
$(LIB_WHISPER_S): \
974974
$(OBJ_WHISPER) \
975-
$(OBJ_GGML) \
976-
$(LIB_GGML)
975+
$(OBJ_GGML)
977976
ar rcs $(LIB_WHISPER_S) $^
978977

979978
# common

0 commit comments

Comments
 (0)