From b1fec39227720fe1be03fc19d686ed0e5b742bc6 Mon Sep 17 00:00:00 2001 From: oto Date: Fri, 21 Sep 2018 21:30:28 +0200 Subject: [PATCH] Update Makefile Add dependency version --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 8aaf295..11b9268 100755 --- a/Makefile +++ b/Makefile @@ -20,7 +20,6 @@ $(error Environment variable BOLOS_SDK is not set) endif include $(BOLOS_SDK)/Makefile.defines -APP_LOAD_FLAGS= --appFlags 0x40 --dep Ethereum DEFINES_LIB = USE_LIB_ETHEREUM APP_LOAD_PARAMS= --curve secp256k1 $(COMMON_LOAD_PARAMS) @@ -28,7 +27,7 @@ APPVERSION_M=1 APPVERSION_N=1 APPVERSION_P=4 APPVERSION=$(APPVERSION_M).$(APPVERSION_N).$(APPVERSION_P) - +APP_LOAD_FLAGS= --appFlags 0x40 --dep Ethereum:$(APPVERSION) ifeq ($(CHAIN),) CHAIN=ethereum