Changed 'python' command in sdist target.
epsi-builds/msspec_python3/pipeline/head There was a failure building this commit
Details
epsi-builds/msspec_python3/pipeline/head There was a failure building this commit
Details
The 'python' command might not be the true interpreter. It is better to use the provided PYTHON_EXE command.
This commit is contained in:
parent
25fd8114a5
commit
4b75be2045
|
@ -11,7 +11,7 @@ frontend: $(INSTALL_PREFIX)/bin/msspec
|
||||||
|
|
||||||
dist/msspec-$(VERSION).tar.gz: VERSION
|
dist/msspec-$(VERSION).tar.gz: VERSION
|
||||||
@echo "Creating Python source distribution..."
|
@echo "Creating Python source distribution..."
|
||||||
@python setup.py sdist
|
@$(PYTHON_EXE) setup.py sdist
|
||||||
|
|
||||||
|
|
||||||
$(INSTALL_PREFIX)/bin/msspec: msspec.sh.template VERSION
|
$(INSTALL_PREFIX)/bin/msspec: msspec.sh.template VERSION
|
||||||
|
|
Loading…
Reference in New Issue