mirror of
https://github.com/0glabs/0g-chain.git
synced 2025-04-04 15:55:23 +00:00
Fix whitespace for Make 4.3
This commit is contained in:
parent
ac2818e8e8
commit
9e10de0388
2
Makefile
2
Makefile
@ -138,7 +138,7 @@ ifeq (secp,$(findstring secp,$(COSMOS_BUILD_OPTIONS)))
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
whitespace :=
|
whitespace :=
|
||||||
whitespace += $(whitespace)
|
whitespace := $(whitespace) $(whitespace)
|
||||||
comma := ,
|
comma := ,
|
||||||
build_tags_comma_sep := $(subst $(whitespace),$(comma),$(build_tags))
|
build_tags_comma_sep := $(subst $(whitespace),$(comma),$(build_tags))
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user