summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorRasmus Andersson <rasmus@notion.se>2022-06-03 23:00:46 +0300
committerRasmus Andersson <rasmus@notion.se>2022-06-03 23:00:46 +0300
commit54ea09e92d52fba05a6e532f868ed9c253e6d944 (patch)
tree908a0331a02aa68d8eaaa46a806a09fb8fd9a607 /Makefile
parent7476a129509a7da9b2a7e50b45a6449ef8a181fe (diff)
downloadinter-54ea09e92d52fba05a6e532f868ed9c253e6d944.tar.xz
makefile: fix version-less python path for ttfautohint
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 6269c7643..b00c2246d 100644
--- a/Makefile
+++ b/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