summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorRasmus Andersson <rasmus@notion.se>2022-07-02 00:53:29 +0300
committerRasmus Andersson <rasmus@notion.se>2022-07-02 00:53:29 +0300
commitbfbf71f0c453d48980b1b4d7a9b234e4b3d985d8 (patch)
treec434e24cc707ed250956bb3f637e4dd5c05421f7 /Makefile
parent451d0b945d73a2159394567c980f9cecef4b0098 (diff)
downloadinter-bfbf71f0c453d48980b1b4d7a9b234e4b3d985d8.tar.xz
toolchain: don't strip MVAR table
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 123f1120e..445615fda 100644
--- a/Makefile
+++ b/Makefile
@@ -123,7 +123,7 @@ $(FONTDIR)/var/%.var.ttf: $(UFODIR)/%.designspace | $(FONTDIR)/var venv
. $(VENV) ; fontmake -o variable -m $< --output-path $@ \
--overlaps-backend pathops --production-names
. $(VENV) ; python misc/tools/postprocess-vf.py $@
- . $(VENV) ; gftools fix-unwanted-tables -t MVAR $@
+ @#. $(VENV) ; gftools fix-unwanted-tables -t MVAR $@
$(FONTDIR)/var/%.var.otf: $(UFODIR)/%.designspace | $(FONTDIR)/var venv
. $(VENV) ; fontmake -o variable-cff2 -m $< --output-path $@ \