We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1e393f commit 8f8b76dCopy full SHA for 8f8b76d
Makefile
@@ -1,4 +1,4 @@
1
build:
2
- go build -o wsl2host.exe ./cmd/wsl2host
+ GOOS=windows go build -o wsl2host.exe ./cmd/wsl2host
3
4
.PHONY: build
0 commit comments