From cd7696699c14d43c13e50c9ecd94f0feb050690e Mon Sep 17 00:00:00 2001 From: wolfbeast Date: Fri, 15 Nov 2019 13:02:09 +0100 Subject: [PATCH] Issue #80 - Stop building woff2 lib unified --- modules/woff2/moz.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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',