From 4b75be2045000cb0656bff73e84c32be8a85bdf7 Mon Sep 17 00:00:00 2001 From: Sylvain Tricot Date: Tue, 15 Feb 2022 15:34:30 +0100 Subject: [PATCH] Changed 'python' command in sdist target. The 'python' command might not be the true interpreter. It is better to use the provided PYTHON_EXE command. --- src/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Makefile b/src/Makefile index ad3ab91..0e8bf39 100644 --- a/src/Makefile +++ b/src/Makefile @@ -11,7 +11,7 @@ frontend: $(INSTALL_PREFIX)/bin/msspec dist/msspec-$(VERSION).tar.gz: VERSION @echo "Creating Python source distribution..." - @python setup.py sdist + @$(PYTHON_EXE) setup.py sdist $(INSTALL_PREFIX)/bin/msspec: msspec.sh.template VERSION