Skip to content

Commit

Permalink
gha win: no lib
Browse files Browse the repository at this point in the history
  • Loading branch information
asg017 committed May 28, 2024
1 parent e8d91eb commit 4b791e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ static: $(TARGET_STATIC)
LLAMA_BUILD_DIR=$(prefix)/.llama

ifdef CONFIG_WINDOWS
LLAMA_BUILD_TARGETS=$(LLAMA_BUILD_DIR)/libllama.lib $(LLAMA_BUILD_DIR)/libggml_static.lib
LLAMA_BUILD_TARGETS=$(LLAMA_BUILD_DIR)/llama.lib $(LLAMA_BUILD_DIR)/ggml_static.lib
else
LLAMA_BUILD_TARGETS=$(LLAMA_BUILD_DIR)/libllama.a $(LLAMA_BUILD_DIR)/libggml_static.a
endif
Expand Down

0 comments on commit 4b791e7

Please sign in to comment.