Skip to content

Commit c3a5e15

Browse files
targosgengjiawen
authored andcommitted
build: default PYTHON to python3 in Makefile
So that direct calls to `make` which spawn the configure script do not use Python 2. PR-URL: #37764 Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Christian Clauss <cclauss@me.com> Reviewed-By: Jiawen Geng <technicalcute@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Ash Cripps <acripps@redhat.com> Reviewed-By: Richard Lau <rlau@redhat.com>
1 parent 8e80fc7 commit c3a5e15

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)