diff options
author | Thomas Groman <tgroman@nuegia.net> | 2019-12-16 21:13:00 -0800 |
---|---|---|
committer | Thomas Groman <tgroman@nuegia.net> | 2019-12-16 21:13:00 -0800 |
commit | a50d5373404363e0f7ad98333ad29cf77d672e88 (patch) | |
tree | d997e5a3a295cfe237c340bd8cb247f229efa077 /moz.build | |
parent | 4492b5f8e774bf3b4f21e4e468fc052cbcbb468a (diff) | |
download | webbrowser-a50d5373404363e0f7ad98333ad29cf77d672e88.tar webbrowser-a50d5373404363e0f7ad98333ad29cf77d672e88.tar.gz webbrowser-a50d5373404363e0f7ad98333ad29cf77d672e88.tar.lz webbrowser-a50d5373404363e0f7ad98333ad29cf77d672e88.tar.xz webbrowser-a50d5373404363e0f7ad98333ad29cf77d672e88.zip |
removed TwemojiMozilla font
Diffstat (limited to 'moz.build')
-rw-r--r-- | moz.build | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -9,7 +9,6 @@ CONFIGURE_SUBST_FILES += ['installer/Makefile'] DIRS += [ 'base', 'components', - 'fonts', 'locales', 'modules', 'themes', @@ -21,4 +20,4 @@ if CONFIG['MAKENSISU']: DIRS += ['installer/windows'] DIST_SUBDIR = 'browser' -export('DIST_SUBDIR')
\ No newline at end of file +export('DIST_SUBDIR') |