chore: Fix legacy simapp compilation (#12531)

This commit is contained in:
Marko
2022-07-12 06:37:49 +02:00
committed by GitHub
parent b555840fb0
commit 8090177144
4 changed files with 24 additions and 27 deletions
+4
View File
@@ -51,6 +51,10 @@ ifeq (secp,$(findstring secp,$(COSMOS_BUILD_OPTIONS)))
build_tags += libsecp256k1_sdk
endif
ifeq (legacy,$(findstring legacy,$(COSMOS_BUILD_OPTIONS)))
build_tags += legacy_simapp
endif
whitespace :=
whitespace += $(whitespace)
comma := ,