提交 aef8eec2 作者: Steven Allen

fix cid-fmt import path

License: MIT
Signed-off-by: 's avatarSteven Allen <steven@stebalien.com>
上级 656d7cc1
...@@ -533,6 +533,12 @@ ...@@ -533,6 +533,12 @@
"hash": "QmdghKsSDa2AD1kC4qYRnVYWqZecdSBRZjeXRdhMYYhafj", "hash": "QmdghKsSDa2AD1kC4qYRnVYWqZecdSBRZjeXRdhMYYhafj",
"name": "go-mfs", "name": "go-mfs",
"version": "0.0.3" "version": "0.0.3"
},
{
"author": "kevina",
"hash": "QmPyxJ2QS7L5FhGkNYkNcXHGjDhvGHueJ4auqAstFHYxy5",
"name": "go-cidutil",
"version": "0.0.2"
} }
], ],
"gxVersion": "0.10.0", "gxVersion": "0.10.0",
......
...@@ -41,7 +41,7 @@ TGTS_$(d) += $(d)/multihash ...@@ -41,7 +41,7 @@ TGTS_$(d) += $(d)/multihash
# cid-fmt is also special # cid-fmt is also special
$(d)/cid-fmt: $(d)/cid-fmt:
go build -i $(go-flags-with-tags) -o "$@" "gx/ipfs/$(shell gx deps find go-cid)/go-cid/cid-fmt" go build -i $(go-flags-with-tags) -o "$@" "gx/ipfs/$(shell gx deps find go-cidutil)/go-cidutil/cid-fmt"
TGTS_$(d) += $(d)/cid-fmt TGTS_$(d) += $(d)/cid-fmt
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论