googlefonts / Gulzar

Nastaliq font
https://gulzarfont.org
SIL Open Font License 1.1
40 stars 9 forks source link

Makefile fails dump-glyph-rules.py with "missing glyphsLib" #126

Open MattMatic opened 3 months ago

MattMatic commented 3 months ago

There is a missing . venv/bin/active; prefix in the call to scripts/dump-glyphs-rules.py (line 49)

The failure is "missing glyphsLib", even though the library is installed in the venv.

This is an issue if the requirements are only installed in the virtual environment, and not globally installed. (But using the venv call will ensure the libraries stay in sync)