From 43c6f2905dd183d60ee32a659be2b1f00c38a7c3 Mon Sep 17 00:00:00 2001 From: be5invis Date: Sun, 20 Feb 2022 12:26:07 -0800 Subject: [PATCH] Fix no-cv-ss building --- font-src/glyphs/common/derivatives.ptl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/font-src/glyphs/common/derivatives.ptl b/font-src/glyphs/common/derivatives.ptl index ad819c271..10e2c5827 100644 --- a/font-src/glyphs/common/derivatives.ptl +++ b/font-src/glyphs/common/derivatives.ptl @@ -16,7 +16,7 @@ glyph-block Common-Derivatives : begin local dstName : shapeFrom + '.' + suffix local dst : glyphStore.queryByName dstName if dst : g.dependsOn dst - if (h.tag && h.rank) : begin + if (para.enableCvSs && h.tag && h.rank) : begin [Cv h.tag h.rank].set g dstName if h.nonDeriving : [Cv h.tag h.rank].setPreventDeriving g