Skip to content

Commit

Permalink
Fix build with newer FontTools
Browse files Browse the repository at this point in the history
  • Loading branch information
khaledhosny committed May 26, 2016
1 parent e606ccb commit bf834ac
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@ $(NAME)-%.$(EXT): $(SRCDIR)/$(NAME)-%.sfdir $(SRCDIR)/$(LATIN)-%.sfdir $(SRCDIR)
@FILES=($+); $(PY) $(BUILD) --version=$(VERSION) --out-file=$@ --feature-file=$${FILES[2]} $${FILES[0]} $${FILES[1]}
ifeq ($(ttx), true)
@echo " TTX $@"
@pyftsubset $@ --output-file=$@ --unicodes='*' --layout-features='*' --name-IDs='*'
@pyftsubset $@ [email protected] --unicodes='*' --layout-features='*' --name-IDs='*' --notdef-outline
@mv [email protected] $@
endif
ifeq ($(crunch), true)
@echo " FC $@"
Expand Down

0 comments on commit bf834ac

Please sign in to comment.