提交 926a6107 编写于 作者: K Koichi Shiraishi 提交者: Derek Parker

Makefile: use go env GOPATH for install path

As of Go 1.8, allows empty GOPATH environment variable.
上级 65d92550
.DEFAULT_GOAL=test
UNAME=$(shell uname)
PREFIX=github.com/derekparker/delve
GOPATH=$(shell go env GOPATH)
GOVERSION=$(shell go version)
BUILD_SHA=$(shell git rev-parse HEAD)
LLDB_SERVER=$(shell which lldb-server)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册