Skip to content

Commit

Permalink
feat(ledger): fix Ledger build tag definition
Browse files Browse the repository at this point in the history
change build_tags to BUILD_TAGS

Signed-off-by: dpierret <dapie@cros-nest.com>
  • Loading branch information
dpierret committed Dec 1, 2022
1 parent 2b98939 commit 12cd92a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ ifeq ($(LEDGER_ENABLED),true)
ifeq ($(GCCEXE),)
$(error gcc.exe not installed for ledger support, please install or set LEDGER_ENABLED=false)
else
build_tags += ledger
BUILD_TAGS += ledger
endif
else
UNAME_S = $(shell uname -s)
Expand All @@ -39,7 +39,7 @@ ifeq ($(LEDGER_ENABLED),true)
ifeq ($(GCC),)
$(error gcc not installed for ledger support, please install or set LEDGER_ENABLED=false)
else
build_tags += ledger
BUILD_TAGS += ledger
endif
endif
endif
Expand Down

0 comments on commit 12cd92a

Please sign in to comment.