Skip to content

Commit

Permalink
Fix standard plugin makefile improperly setting variant value
Browse files Browse the repository at this point in the history
  • Loading branch information
apaillier-ledger committed Dec 7, 2023
1 parent 0c263ca commit bb2c841
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src_plugin_sdk/standard_plugin.mk
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ CURVE_APP_LOAD_PARAMS = secp256k1
PATH_APP_LOAD_PARAMS ?= "44'/60'"

VARIANT_PARAM = COIN
VARIANTS_VALUES ?= $(NORMAL_NAME)
VARIANT_VALUES ?= $(NORMAL_NAME)

HAVE_APPLICATION_FLAG_LIBRARY = 1

Expand Down

0 comments on commit bb2c841

Please sign in to comment.