summaryrefslogtreecommitdiffstats
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
commit6384cc4b71d0aef2faf2a150adf880dca5792912 (patch)
treed94e970da171de58ec906869da28b714e0efda30 /modules
parent3100093f02b674f37190c730499c9cff05c73712 (diff)
downloadUXP-6384cc4b71d0aef2faf2a150adf880dca5792912.tar
UXP-6384cc4b71d0aef2faf2a150adf880dca5792912.tar.gz
UXP-6384cc4b71d0aef2faf2a150adf880dca5792912.tar.lz
UXP-6384cc4b71d0aef2faf2a150adf880dca5792912.tar.xz
UXP-6384cc4b71d0aef2faf2a150adf880dca5792912.zip
Issue #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 c9fd36978..cfb6f4a06 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',