Skip to content

Commit

Permalink
fix get OS on some of the windows computers (#16007)
Browse files Browse the repository at this point in the history
  • Loading branch information
BoYanZh authored May 29, 2021
1 parent 461915d commit fb6c689
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,9 @@ endif
ifeq ($(OS), Windows_NT)
GOFLAGS := -v -buildmode=exe
EXECUTABLE ?= gitea.exe
else ifeq ($(OS), Windows)
GOFLAGS := -v -buildmode=exe
EXECUTABLE ?= gitea.exe
else
GOFLAGS := -v
EXECUTABLE ?= gitea
Expand Down

0 comments on commit fb6c689

Please sign in to comment.