summaryrefslogtreecommitdiff
path: root/application/palemoon/fonts/moz.build
diff options
context:
space:
mode:
Diffstat (limited to 'application/palemoon/fonts/moz.build')
-rw-r--r--application/palemoon/fonts/moz.build4
1 files changed, 2 insertions, 2 deletions
diff --git a/application/palemoon/fonts/moz.build b/application/palemoon/fonts/moz.build
index 93d07120b2..02c027c462 100644
--- a/application/palemoon/fonts/moz.build
+++ b/application/palemoon/fonts/moz.build
@@ -4,8 +4,8 @@
# 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['OS_ARCH'] in ('WINNT'):
+if CONFIG['OS_ARCH'] in ('WINNT', 'Linux'):
DIST_SUBDIR = ''
FINAL_TARGET_FILES.fonts += [
- 'EmojiOneMozilla.ttf'
+ 'TwemojiMozilla.ttf'
]