Skip to content

Commit

Permalink
windows .lib instead of .a ?
Browse files Browse the repository at this point in the history
  • Loading branch information
asg017 committed May 23, 2024
1 parent e2d9d74 commit d90c137
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,13 @@ 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
else
LLAMA_BUILD_TARGETS=$(LLAMA_BUILD_DIR)/libllama.a $(LLAMA_BUILD_DIR)/libggml_static.a
endif


$(LLAMA_BUILD_DIR):
rm -rf @ || true
Expand Down

0 comments on commit d90c137

Please sign in to comment.