Skip to content

Commit

Permalink
browser: fix tracing use/firefox/esr on riscv64
Browse files Browse the repository at this point in the history
  • Loading branch information
antohami committed Apr 19, 2023
1 parent b91c349 commit 7889f6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion features.in/browser/config.mk
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ endif
@$(call set,THE_BROWSER,firefox$$(FX_FLAVOUR))

# the complete lack of dependencies is intentional
use/browser/firefox/esr:
use/browser/firefox/esr: ; @:
ifneq (,$(filter-out riscv64,$(ARCH)))
@$(call set,FX_FLAVOUR,-esr)
endif
Expand Down

0 comments on commit 7889f6a

Please sign in to comment.