mirror of
https://github.com/ipfs/kubo.git
synced 2026-02-21 10:27:46 +08:00
fix cid-fmt import path
License: MIT Signed-off-by: Steven Allen <steven@stebalien.com>
This commit is contained in:
parent
656d7cc1a6
commit
aef8eec279
@ -533,6 +533,12 @@
|
||||
"hash": "QmdghKsSDa2AD1kC4qYRnVYWqZecdSBRZjeXRdhMYYhafj",
|
||||
"name": "go-mfs",
|
||||
"version": "0.0.3"
|
||||
},
|
||||
{
|
||||
"author": "kevina",
|
||||
"hash": "QmPyxJ2QS7L5FhGkNYkNcXHGjDhvGHueJ4auqAstFHYxy5",
|
||||
"name": "go-cidutil",
|
||||
"version": "0.0.2"
|
||||
}
|
||||
],
|
||||
"gxVersion": "0.10.0",
|
||||
|
||||
@ -41,7 +41,7 @@ TGTS_$(d) += $(d)/multihash
|
||||
|
||||
# cid-fmt is also special
|
||||
$(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
|
||||
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user