Skip to content

Commit

Permalink
build: default PYTHON to python3 in Makefile
Browse files Browse the repository at this point in the history
So that direct calls to `make` which spawn the configure script do not use Python 2.
  • Loading branch information
targos committed Mar 20, 2021
1 parent 72bf739 commit 324e0e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
-include config.mk

BUILDTYPE ?= Release
PYTHON ?= python
PYTHON ?= python3
DESTDIR ?=
SIGN ?=
PREFIX ?= /usr/local
Expand Down

0 comments on commit 324e0e1

Please sign in to comment.