Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
RiccardoM committed Jan 17, 2022
1 parent 735cd45 commit 2b3c635
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ ifeq ($(LEDGER_ENABLED),true)
endif
endif

# These line here are essential to include the muslc library for static linking of libraries
# These lines here are essential to include the muslc library for static linking of libraries
# (which is needed for the wasmvm one) available during the build. Without them, the build will fail.
build_tags += $(BUILD_TAGS)
build_tags := $(strip $(build_tags))
Expand Down

0 comments on commit 2b3c635

Please sign in to comment.