Fix makefile

This commit is contained in:
Matthew Honnibal 2020-08-30 16:37:04 +02:00
parent d62a3c6551
commit b2463e4d04
1 changed files with 1 additions and 1 deletions

View File

@ -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 \