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 <[email protected]> Reviewed-By: Christian Clauss <[email protected]> Reviewed-By: Jiawen Geng <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Ash Cripps <[email protected]> Reviewed-By: Richard Lau <[email protected]>
1 parent 8e80fc7 commit c3a5e15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: 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)