summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorwolfbeast <mcwerewolf@wolfbeast.com>2019-11-15 13:02:09 +0100
committerwolfbeast <mcwerewolf@wolfbeast.com>2019-11-15 13:02:09 +0100
commit3790d468ad3d009b6161573b08294c216381e37e (patch)
treed94e970da171de58ec906869da28b714e0efda30 /modules
parent7a470bb508cce0f348cfd77d1ba631011ad122a1 (diff)
downloaduxp-3790d468ad3d009b6161573b08294c216381e37e.tar.gz
Issue mcp-graveyard/UXP#80 - Stop building woff2 lib unified
Diffstat (limited to 'modules')
-rw-r--r--modules/woff2/moz.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/woff2/moz.build b/modules/woff2/moz.build
index c9fd36978c..cfb6f4a062 100644
--- a/modules/woff2/moz.build
+++ b/modules/woff2/moz.build
@@ -7,7 +7,7 @@
with Files('**'):
BUG_COMPONENT = ('Core', 'Graphics: Text')
-UNIFIED_SOURCES += [
+SOURCES += [
'src/table_tags.cc',
'src/variable_length.cc',
'src/woff2_common.cc',