Fix makefile

This commit is contained in:
Matthew Honnibal 2020-08-24 16:46:03 +02:00
parent f25cff1e38
commit 4fc1e57cf8
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ PYVER := 3.6
VENV := ./env$(PYVER) VENV := ./env$(PYVER)
ifndef SPACY_EXTRAS ifndef SPACY_EXTRAS
override SPACY_EXTRA = spacy-lookups-data jieba pkuseg==0.0.25 sudachipy sudachidict_core override SPACY_EXTRAS = spacy-lookups-data jieba pkuseg==0.0.25 sudachipy sudachidict_core
endif endif
version := $(shell "bin/get-version.sh") version := $(shell "bin/get-version.sh")