From 6c78eb5588b230910bda86644101a4b98902ed0a Mon Sep 17 00:00:00 2001 From: Bert van der Weerd Date: Fri, 19 Apr 2024 07:43:17 +0200 Subject: [PATCH] adding --disable-sccache to the previous fix, does that build? --- assets/mozconfig.new | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/mozconfig.new b/assets/mozconfig.new index 8f1b75a..4c7f243 100644 --- a/assets/mozconfig.new +++ b/assets/mozconfig.new @@ -32,4 +32,4 @@ mk_add_options MOZ_TELEMETRY_REPORTING=0 # Add your own stuff, libraries, architecture, etc.. # ex: `cat mozconfig.orig mozconfig.my > mozconfig` -ac_add_options --disable-ccache +ac_add_options --disable-ccache --disable-sccache