diff options
author | wolfbeast <mcwerewolf@wolfbeast.com> | 2019-11-15 13:02:09 +0100 |
---|---|---|
committer | wolfbeast <mcwerewolf@wolfbeast.com> | 2019-11-15 13:02:09 +0100 |
commit | 3790d468ad3d009b6161573b08294c216381e37e (patch) | |
tree | d94e970da171de58ec906869da28b714e0efda30 /modules | |
parent | 7a470bb508cce0f348cfd77d1ba631011ad122a1 (diff) | |
download | uxp-3790d468ad3d009b6161573b08294c216381e37e.tar.gz |
Issue mcp-graveyard/UXP#80 - Stop building woff2 lib unified
Diffstat (limited to 'modules')
-rw-r--r-- | modules/woff2/moz.build | 2 |
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', |