We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a2c98c commit 5bfe178Copy full SHA for 5bfe178
1 file changed
Makefile
@@ -25,7 +25,7 @@ $(GOBIN)/gobump:
25
26
.PHONY: cross
27
cross: $(GOBIN)/goxz
28
- goxz -n $(BIN) -pv=v$(VERSION) -build-ldflags=$(BUILD_LDFLAGS) .
+ goxz -n $(BIN) -os=windows -pv=v$(VERSION) -build-ldflags=$(BUILD_LDFLAGS) .
29
30
$(GOBIN)/goxz:
31
cd && go get github.com/Songmu/goxz/cmd/goxz
0 commit comments