From b2463e4d04c036f2c5a4b2c5e031dcc11550db48 Mon Sep 17 00:00:00 2001 From: Matthew Honnibal Date: Sun, 30 Aug 2020 16:37:04 +0200 Subject: [PATCH] Fix makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 1b8175878..ffb07d5d1 100644 --- a/Makefile +++ b/Makefile @@ -17,7 +17,7 @@ ifndef SPACY_BIN override SPACY_BIN = $(package)-$(version).pex endif -dist/$(SPACY_BIN) : wheelhouse/spacy-$(version).stamp +dist/$(SPACY_BIN) : wheelhouse/spacy-$(PYVER)-$(version).stamp $(VENV)/bin/pex \ -f ./wheelhouse \ --no-index \