Skip to content
This repository has been archived by the owner on Mar 21, 2024. It is now read-only.

Commit

Permalink
makefile: add windows (#2126)
Browse files Browse the repository at this point in the history
Co-authored-by: yzb@example.cn <yzb@example.cn>
  • Loading branch information
yzb and yzb@example.cn authored Oct 9, 2022
1 parent 38393f0 commit 631c860
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 @@ -5,7 +5,7 @@ ifeq ($(UNAME_S),Darwin)
else ifeq ($(UNAME_S),Linux)
GOOS := linux
else
$(error "$$GOOS is not defined. If you are using Windows, try to re-make using 'GOOS=windows make ...' ")
GOOS := windows
endif
endif

Expand Down

0 comments on commit 631c860

Please sign in to comment.