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 | 6384cc4b71d0aef2faf2a150adf880dca5792912 (patch) | |
tree | d94e970da171de58ec906869da28b714e0efda30 | |
parent | 3100093f02b674f37190c730499c9cff05c73712 (diff) | |
download | UXP-6384cc4b71d0aef2faf2a150adf880dca5792912.tar UXP-6384cc4b71d0aef2faf2a150adf880dca5792912.tar.gz UXP-6384cc4b71d0aef2faf2a150adf880dca5792912.tar.lz UXP-6384cc4b71d0aef2faf2a150adf880dca5792912.tar.xz UXP-6384cc4b71d0aef2faf2a150adf880dca5792912.zip |
Issue #80 - Stop building woff2 lib unified
-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 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', |