From d4658401f75fb74e907e7db1f46d95822fe1be3c Mon Sep 17 00:00:00 2001 From: Moonchild Date: Fri, 6 Feb 2026 10:44:03 +0100 Subject: [PATCH] No Issue - Remove redundant OS check for toolkit/fonts This is already guarded by MOZ_BUNDLED_FONTS one level higher and blocks --enable-bundled-fonts from working on other OSes --- toolkit/fonts/moz.build | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/toolkit/fonts/moz.build b/toolkit/fonts/moz.build index bfdff9e075..129a7737c6 100644 --- a/toolkit/fonts/moz.build +++ b/toolkit/fonts/moz.build @@ -3,5 +3,4 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. -if CONFIG['MOZ_WIDGET_TOOLKIT'] in ('windows', 'gtk2', 'gtk3'): - FINAL_TARGET_FILES.fonts += ['TwemojiMozilla.ttf'] +FINAL_TARGET_FILES.fonts += ['TwemojiMozilla.ttf']