mirror of
https://github.com/Eggbertx/gochan.git
synced 2025-08-03 07:36:23 -07:00
Revert "Set absolute path to the go 1.10 binary"
This reverts commit 2b09b491b1
.
This commit is contained in:
parent
ded719e687
commit
0762e4de2e
1 changed files with 1 additions and 2 deletions
3
Makefile
3
Makefile
|
@ -11,7 +11,6 @@ else
|
|||
GOCHAN_BIN=gochan
|
||||
endif
|
||||
|
||||
GO=/usr/lib/go-1.10/bin/go
|
||||
CGO_ENABLED=0
|
||||
GOARCH=amd64
|
||||
|
||||
|
@ -34,4 +33,4 @@ ifndef GOPATH
|
|||
endif
|
||||
@echo ${GOCHAN_VERBOSITY}
|
||||
@echo ${GOCHAN_VERBOSE}
|
||||
${GO} build -v -ldflags "-w -s -X main.version=${GOCHAN_VERSION} -X main.buildtime_str=${GOCHAN_BUILDTIME} -X main.verbosity_str=${GOCHAN_VERBOSITY}" -o ${DIRNAME}${GOCHAN_BIN} ./src
|
||||
go build -v -ldflags "-w -X main.version=${GOCHAN_VERSION} -X main.buildtime_str=${GOCHAN_BUILDTIME} -X main.verbosity_str=${GOCHAN_VERBOSITY}" -o ${DIRNAME}${GOCHAN_BIN} ./src
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue