Skip to content

Commit 74d6fa1

Browse files
committed
chore: update GOPATH in makefile
Streamlined the GOPATH by removing redundant parts.
1 parent 7c15bce commit 74d6fa1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ GOPKG_PREFIX = github.com/linuxdeepin/lastore-daemon
55
GOPATH_DIR = gopath
66

77
pwd := ${shell pwd}
8-
GoPath := GOPATH=${pwd}:${pwd}/vendor:${CURDIR}/${GOPATH_DIR}:${GOPATH}
8+
GoPath := GOPATH=${CURDIR}/${GOPATH_DIR}:${GOPATH}
99

1010
GOBUILD = go build
1111
GOTEST = go test -v

0 commit comments

Comments
 (0)