Skip to content

Commit

Permalink
fix: Windows Build (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
ElvenSpellmaker authored Nov 16, 2023
1 parent 39aa5ab commit 93a58ff
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 @@ -34,7 +34,7 @@ clean:

build-win:
for arch in amd64 386; do \
GOOS=$$os GOARCH=$$arch CGO_ENABLED=0 go build -mod=readonly -buildvcs=false $(LDFLAGS) -o dist/$(NAME)-$$os-$$arch .; \
GOOS=windows GOARCH=$$arch CGO_ENABLED=0 go build -mod=readonly -buildvcs=false $(LDFLAGS) -o dist/$(NAME)-windows-$$arch .; \
done

cross-build: build-win
Expand Down

0 comments on commit 93a58ff

Please sign in to comment.