Makefile: fix IPFS gateway variable name
Not really important since we build that with Nix anyway. Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
86054875a4
commit
4814de562f
2
Makefile
2
Makefile
|
@ -48,7 +48,7 @@ BUILD_FLAGS ?= $(shell echo "-ldflags='\
|
|||
BUILD_FLAGS_MOBILE ?= $(shell echo "-ldflags='\
|
||||
-X github.com/status-im/status-go/params.Version=$(RELEASE_TAG:v%=%) \
|
||||
-X github.com/status-im/status-go/params.GitCommit=$(GIT_COMMIT) \
|
||||
-X github.com/status-im/status-go/params.IPFS_GATEWAY_URL=$(IPFS_GATEWAY_URL)'")
|
||||
-X github.com/status-im/status-go/params.IpfsGatewayURL=$(IPFS_GATEWAY_URL)'")
|
||||
|
||||
networkid ?= StatusChain
|
||||
gotest_extraflags =
|
||||
|
|
Loading…
Reference in New Issue