Skip to content

Commit

Permalink
fix go building build
Browse files Browse the repository at this point in the history
  • Loading branch information
hsinhoyeh committed Aug 13, 2024
1 parent a8e9686 commit d345420
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -971,7 +971,8 @@ $(LIB_WHISPER): \
$(CXX) $(CXXFLAGS) -shared -fPIC -o $@ $^ $(LDFLAGS)

$(LIB_WHISPER_S): \
$(OBJ_WHISPER)
$(OBJ_WHISPER) \
$(LIB_GGML)
ar rcs $(LIB_WHISPER_S) $^

# common
Expand Down

0 comments on commit d345420

Please sign in to comment.