Skip to content

Commit 946bf57

Browse files
committed
build: default PYTHON to python3 in Makefile
So that direct calls to `make` which spawn the configure script do not use Python 2.
1 parent 42ff00e commit 946bf57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
-include config.mk
22

33
BUILDTYPE ?= Release
4-
PYTHON ?= python
4+
PYTHON ?= python3
55
DESTDIR ?=
66
SIGN ?=
77
PREFIX ?= /usr/local

0 commit comments

Comments
 (0)