Skip to content

Commit 16a0007

Browse files
committed
chore: update GOPATH in makefile
1 parent 7c15bce commit 16a0007

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)