mirror of
https://codeberg.org/librewolf/source.git
synced 2025-01-03 03:10:07 -05:00
adding --disable-sccache to the previous fix, does that build?
This commit is contained in:
parent
495961b689
commit
6c78eb5588
1 changed files with 1 additions and 1 deletions
|
@ -32,4 +32,4 @@ mk_add_options MOZ_TELEMETRY_REPORTING=0
|
||||||
# Add your own stuff, libraries, architecture, etc..
|
# Add your own stuff, libraries, architecture, etc..
|
||||||
# ex: `cat mozconfig.orig mozconfig.my > mozconfig`
|
# ex: `cat mozconfig.orig mozconfig.my > mozconfig`
|
||||||
|
|
||||||
ac_add_options --disable-ccache
|
ac_add_options --disable-ccache --disable-sccache
|
||||||
|
|
Loading…
Reference in a new issue