From 5f94817addc981fb4294230cd1dc3c52d9e54947 Mon Sep 17 00:00:00 2001 From: Jonathan Kingston Date: Tue, 7 May 2024 12:32:49 -0500 Subject: [PATCH] Hacking about seeing if we can use chrome mv2 for Firefox --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Makefile b/Makefile index 9fd3fd9043..b21b39a301 100755 --- a/Makefile +++ b/Makefile @@ -9,6 +9,10 @@ ifeq ('$(browser)','chrome-mv2') BROWSER_TYPE = chrome LEGACY_BROWSER = chrome endif +ifeq ('$(browser)','firefox') + BROWSER_TYPE = chrome + LEGACY_BROWSER = chrome +endif # Output directory for builds. BUILD_DIR = build/$(browser)/$(type)