Commit 0e2e627f authored by Jeromy Johnson's avatar Jeromy Johnson Committed by GitHub

Merge pull request #3776 from ipfs/fix/make-symlinked

make: fix build when symlinked into GOPATH
parents eecc7663 b54df01d
......@@ -10,7 +10,7 @@ DEPS_GO :=
TEST_GO :=
CHECK_GO :=
go-pkg-name=$(shell go list $(go-tags) ./$(1))
go-pkg-name=$(shell go list $(go-tags) github.com/ipfs/go-ipfs/$(1))
go-main-name=$(notdir $(call go-pkg-name,$(1)))$(?exe)
go-curr-pkg-tgt=$(d)/$(call go-main-name,$(d))
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment