diff options
author | Moonchild <moonchild@palemoon.org> | 2021-11-13 00:06:49 +0000 |
---|---|---|
committer | Moonchild <moonchild@palemoon.org> | 2021-11-13 23:57:16 +0000 |
commit | 78ee2f64cf1f13e13034621fbfc01e1f75e1e5d1 (patch) | |
tree | a44e79ba170920b0cd0d89bdd94e0085660f7685 | |
parent | 0a21a75bfe8fec262c02308f59eb40363e83ae94 (diff) | |
download | basilisk-78ee2f64cf1f13e13034621fbfc01e1f75e1e5d1.tar.gz |
No issue - Explicitly enable bundled fonts for building from platform release branch
-rw-r--r-- | basilisk/confvars.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/basilisk/confvars.sh b/basilisk/confvars.sh index c7b0cd9..a235278 100644 --- a/basilisk/confvars.sh +++ b/basilisk/confvars.sh @@ -9,6 +9,7 @@ MOZ_PHOENIX=1 MOZ_AUSTRALIS=1 MC_BASILISK=1 MOZ_UPDATER= +MOZ_BUNDLED_FONTS=1 # For Basilisk we want to use 52.9.YYYY.MM.DD as MOZ_APP_VERSION in release # builds so add-on developers have something to target while maintaining |