Merge pull request #485 from jonringer/patch-1

Update Makefile to use python3
This commit is contained in:
Chris Mayo 2020-08-18 19:33:53 +01:00 committed by GitHub
commit 2a8b64a2c7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,5 +1,5 @@
# This Makefile is only used by developers.
PYVER:=2.7
PYVER:=3
PYTHON?=python$(PYVER)
VERSION:=$(shell $(PYTHON) setup.py --version)
PLATFORM:=$(shell $(PYTHON) -c "from __future__ import print_function; from distutils.util import get_platform; print(get_platform())")