Fix makefile

This commit is contained in:
Matthew Honnibal 2020-10-07 21:02:22 +02:00
parent 1a500f9717
commit 654ce9bae8
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ dist/$(SPACY_BIN) : $(WHEELHOUSE)/spacy-$(PYVER)-$(version).stamp
--disable-cache \
-o $@ \
$(package)==$(version) \
$(SPACY_EXTRAS)
"$(SPACY_EXTRAS)"
chmod a+rx $@
cp $@ dist/spacy.pex