From 54ea09e92d52fba05a6e532f868ed9c253e6d944 Mon Sep 17 00:00:00 2001 From: Rasmus Andersson Date: Fri, 3 Jun 2022 13:00:46 -0700 Subject: [PATCH] makefile: fix version-less python path for ttfautohint --- Makefile | 2 ++ 1 file changed, 2 insertions(+) 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