aboutsummaryrefslogtreecommitdiffstats
path: root/libsemanage/src/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'libsemanage/src/Makefile')
-rw-r--r--libsemanage/src/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/libsemanage/src/Makefile b/libsemanage/src/Makefile
index dea751e5..e029f098 100644
--- a/libsemanage/src/Makefile
+++ b/libsemanage/src/Makefile
@@ -1,7 +1,7 @@
# Support building the Python bindings multiple times, against various Python
# runtimes (e.g. Python 2 vs Python 3) by optionally prefixing the build
# targets with "PYPREFIX":
-PYTHON ?= python
+PYTHON ?= python3
PYPREFIX ?= $(shell $(PYTHON) -c 'import sys;print("python-%d.%d" % sys.version_info[:2])')
RUBY ?= ruby
RUBYPREFIX ?= $(notdir $(RUBY))