mirror of https://github.com/explosion/spaCy.git
Fix makefile
This commit is contained in:
parent
1a500f9717
commit
654ce9bae8
2
Makefile
2
Makefile
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue