mirror of
https://github.com/containers/podman.git
synced 2025-06-23 02:18:13 +08:00
Merge pull request #2330 from baude/issue1842
build varlink without GOPATH
This commit is contained in:
1
Makefile
1
Makefile
@ -94,6 +94,7 @@ help:
|
|||||||
ifeq ("$(wildcard $(GOPKGDIR))","")
|
ifeq ("$(wildcard $(GOPKGDIR))","")
|
||||||
mkdir -p "$(GOPKGBASEDIR)"
|
mkdir -p "$(GOPKGBASEDIR)"
|
||||||
ln -sf "$(CURDIR)" "$(GOPKGBASEDIR)"
|
ln -sf "$(CURDIR)" "$(GOPKGBASEDIR)"
|
||||||
|
ln -sf "$(CURDIR)/vendor/github.com/varlink" "$(FIRST_GOPATH)/src/github.com/varlink"
|
||||||
endif
|
endif
|
||||||
touch $@
|
touch $@
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user