mirror of
https://github.com/ipfs/kubo.git
synced 2025-07-13 22:54:19 +08:00
Merge pull request #2415 from Kubuxu/fix/make-export
Make Makefile patch to use global gateway actually work
This commit is contained in:
2
Makefile
2
Makefile
@ -10,7 +10,7 @@ ldflags = "-X "github.com/ipfs/go-ipfs/repo/config".CurrentCommit=$(COMMIT)"
|
|||||||
MAKEFLAGS += --no-print-directory
|
MAKEFLAGS += --no-print-directory
|
||||||
|
|
||||||
|
|
||||||
IPFS_API = "https://v04x.ipfs.io"
|
export IPFS_API = v04x.ipfs.io
|
||||||
|
|
||||||
all: help
|
all: help
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user