1
0
Fork 0
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:
pqyptixa 2018-04-23 19:20:27 -03:00
parent ded719e687
commit 0762e4de2e

View file

@ -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