Skip to content

Commit

Permalink
Add GOOS=windows to support building from WSL devcontainer
Browse files Browse the repository at this point in the history
  • Loading branch information
shayne committed Jul 21, 2020
1 parent c1e393f commit 8f8b76d
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
@@ -1,4 +1,4 @@
build:
go build -o wsl2host.exe ./cmd/wsl2host
GOOS=windows go build -o wsl2host.exe ./cmd/wsl2host

.PHONY: build

0 comments on commit 8f8b76d

Please sign in to comment.