Skip to content

Commit

Permalink
autohintOTF: use --no-sonzes-stems if dflt fails
Browse files Browse the repository at this point in the history
  • Loading branch information
m4rc1e committed Dec 13, 2023
1 parent 7f92c1b commit cc90557
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Lib/gftools/builder/operations/autohintOTF.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@

class AutohintOTF(OperationBase):
description = "Run otfautohint"
rule = "otfautohint $args -o $out $in"
rule = "otfautohint $args -o $out $in \|\| otfautohint $args -o $out $in --no-zones-stems"

0 comments on commit cc90557

Please sign in to comment.