MakeFile: typo
This commit is contained in:
parent
ebb0d7bdc2
commit
3a61dc6948
12
Makefile
12
Makefile
@ -7,17 +7,17 @@
|
||||
|
||||
# goosList = "android darwin dragonfly freebsd linux nacl netbsd openbsd plan9 solaris windows"
|
||||
# goarchList = "386 amd64 amd64p32 arm arm64 ppc64 ppc64le mips mipsle mips64 mips64le mips64p32 mips64p32leppc s390 s390x sparc sparc64"
|
||||
include make/Makefile.common
|
||||
|
||||
# Windows needs the .exe extension.
|
||||
ifeq ($(OS),Windows_NT)
|
||||
EXT=.exe
|
||||
include make/Makefile.common
|
||||
|
||||
# Windows needs the .exe extension.
|
||||
ifeq ($(OS),Windows_NT)
|
||||
EXT=.exe
|
||||
endif
|
||||
|
||||
ifeq ($(GOOS),)
|
||||
GOOS=windows
|
||||
endif
|
||||
l
|
||||
|
||||
ifeq ($(ARCH),)
|
||||
ARCH=386
|
||||
endif
|
||||
|
Loading…
Reference in New Issue
Block a user