makefile: fix version-less python path for ttfautohint

This commit is contained in:
Rasmus Andersson 2022-06-03 13:00:46 -07:00
parent 7476a12950
commit 54ea09e92d

View file

@ -455,6 +455,8 @@ build/venv/config.stamp: requirements.txt
@mkdir -p build
test -d build/venv || python3 -m venv build/venv
. $(VENV) ; pip install -Ur requirements.txt
rm -f build/venv/lib/python
ln -sf $$(basename $$(readlink build/venv/bin/python)) build/venv/lib/python
touch $@
reset: clean