mirror of
https://github.com/explosion/spaCy.git
synced 2025-01-13 18:56:36 +03:00
Fix makefile
This commit is contained in:
parent
d62a3c6551
commit
b2463e4d04
2
Makefile
2
Makefile
|
@ -17,7 +17,7 @@ ifndef SPACY_BIN
|
||||||
override SPACY_BIN = $(package)-$(version).pex
|
override SPACY_BIN = $(package)-$(version).pex
|
||||||
endif
|
endif
|
||||||
|
|
||||||
dist/$(SPACY_BIN) : wheelhouse/spacy-$(version).stamp
|
dist/$(SPACY_BIN) : wheelhouse/spacy-$(PYVER)-$(version).stamp
|
||||||
$(VENV)/bin/pex \
|
$(VENV)/bin/pex \
|
||||||
-f ./wheelhouse \
|
-f ./wheelhouse \
|
||||||
--no-index \
|
--no-index \
|
||||||
|
|
Loading…
Reference in New Issue
Block a user