Upd makefile

This commit is contained in:
Matthew Honnibal 2020-10-08 23:18:02 +02:00
parent 59558b1b80
commit 67652bcbb5
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 \ --disable-cache \
-o $@ \ -o $@ \
$(package)==$(version) \ $(package)==$(version) \
"$(SPACY_EXTRAS)" $(SPACY_EXTRAS)
chmod a+rx $@ chmod a+rx $@
cp $@ dist/spacy.pex cp $@ dist/spacy.pex