summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMoonchild <moonchild@palemoon.org>2020-05-14 19:34:55 +0000
committerMoonchild <moonchild@palemoon.org>2020-05-20 13:55:22 +0000
commit5186d78330b91c1f345b292a35fce3da8c7beb80 (patch)
tree3d264204d7f4f2c407c8d1ca0bc891619595074b
parent0538c32e32e96552d19a857e59df44eb95469758 (diff)
downloadUXP-5186d78330b91c1f345b292a35fce3da8c7beb80.tar
UXP-5186d78330b91c1f345b292a35fce3da8c7beb80.tar.gz
UXP-5186d78330b91c1f345b292a35fce3da8c7beb80.tar.lz
UXP-5186d78330b91c1f345b292a35fce3da8c7beb80.tar.xz
UXP-5186d78330b91c1f345b292a35fce3da8c7beb80.zip
Issue #80 - De-unify gfx/ots
-rw-r--r--gfx/ots/src/moz.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/gfx/ots/src/moz.build b/gfx/ots/src/moz.build
index 962a86a5b..a5028dfa8 100644
--- a/gfx/ots/src/moz.build
+++ b/gfx/ots/src/moz.build
@@ -9,7 +9,7 @@ EXPORTS += [
'../include/ots-memory-stream.h',
]
-UNIFIED_SOURCES += [
+SOURCES += [
'avar.cc',
'cff.cc',
'cff_charstring.cc',