mirror of
https://github.com/explosion/spaCy.git
synced 2024-11-10 19:57:17 +03:00
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")
|
||||
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
|
||||
$(VENV)/bin/pex \
|
||||
|
|
Loading…
Reference in New Issue
Block a user