Browse Source

Merge pull request #58 from oto-ledger/patch-2

Update Makefile
master
Nicolas Bacca 6 years ago
committed by GitHub
parent
commit
5a97db74cf
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      Makefile

2
Makefile

@ -22,7 +22,6 @@ include $(BOLOS_SDK)/Makefile.defines
APP_PATH = "" APP_PATH = ""
# All but bitcoin app use dependency onto the bitcoin app/lib # All but bitcoin app use dependency onto the bitcoin app/lib
APP_LOAD_FLAGS=--appFlags 0x50 --dep Bitcoin
DEFINES_LIB = USE_LIB_BITCOIN DEFINES_LIB = USE_LIB_BITCOIN
APP_LOAD_PARAMS= --curve secp256k1 $(COMMON_LOAD_PARAMS) APP_LOAD_PARAMS= --curve secp256k1 $(COMMON_LOAD_PARAMS)
@ -30,6 +29,7 @@ APPVERSION_M=1
APPVERSION_N=2 APPVERSION_N=2
APPVERSION_P=9 APPVERSION_P=9
APPVERSION=$(APPVERSION_M).$(APPVERSION_N).$(APPVERSION_P) APPVERSION=$(APPVERSION_M).$(APPVERSION_N).$(APPVERSION_P)
APP_LOAD_FLAGS=--appFlags 0x50 --dep Bitcoin:$(APPVERSION)
# simplify for tests # simplify for tests
ifndef COIN ifndef COIN

Loading…
Cancel
Save