Fix no-cv-ss building
This commit is contained in:
parent
8433453c33
commit
43c6f2905d
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ glyph-block Common-Derivatives : begin
|
||||||
local dstName : shapeFrom + '.' + suffix
|
local dstName : shapeFrom + '.' + suffix
|
||||||
local dst : glyphStore.queryByName dstName
|
local dst : glyphStore.queryByName dstName
|
||||||
if dst : g.dependsOn dst
|
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
|
[Cv h.tag h.rank].set g dstName
|
||||||
if h.nonDeriving : [Cv h.tag h.rank].setPreventDeriving g
|
if h.nonDeriving : [Cv h.tag h.rank].setPreventDeriving g
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue