Commit c11d9d45 authored by Anton Midyukov's avatar Anton Midyukov

browser: exclude livecd-firefox for riscv64

parent 78983c63
......@@ -40,5 +40,9 @@ endif
use/browser/firefox/esr:
@$(call set,FX_FLAVOUR,-esr)
ifneq (,$(filter-out riscv64,$(ARCH)))
use/browser/firefox/live: use/browser/firefox
@$(call add,THE_BROWSER,livecd-firefox)
else
use/browser/firefox/live: ; @:
endif
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment