makefile: fix version-less python path for ttfautohint
This commit is contained in:
parent
7476a12950
commit
54ea09e92d
1 changed files with 2 additions and 0 deletions
2
Makefile
2
Makefile
|
|
@ -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
|
||||
|
|
|
|||
Reference in a new issue