mirror of https://github.com/explosion/spaCy.git
Fix makefile
This commit is contained in:
parent
5febbee0ff
commit
311e1593e6
4
Makefile
4
Makefile
|
@ -9,7 +9,9 @@ endif
|
||||||
version := $(shell "bin/get-version.sh")
|
version := $(shell "bin/get-version.sh")
|
||||||
package := $(shell "bin/get-package.sh")
|
package := $(shell "bin/get-package.sh")
|
||||||
|
|
||||||
SPACY_BIN := $(package)-$(version).pex
|
ifndef SPACY_BIN
|
||||||
|
override SPACY_BIN = $(package)-$(version).pex
|
||||||
|
endif
|
||||||
|
|
||||||
dist/$(SPACY_BIN) : wheelhouse/spacy-$(version).stamp
|
dist/$(SPACY_BIN) : wheelhouse/spacy-$(version).stamp
|
||||||
$(VENV)/bin/pex \
|
$(VENV)/bin/pex \
|
||||||
|
|
Loading…
Reference in New Issue