aboutsummaryrefslogtreecommitdiffstats
path: root/python/sepolgen/src/sepolgen/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'python/sepolgen/src/sepolgen/Makefile')
-rw-r--r--python/sepolgen/src/sepolgen/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/sepolgen/src/sepolgen/Makefile b/python/sepolgen/src/sepolgen/Makefile
index c75809ad..cac8def7 100644
--- a/python/sepolgen/src/sepolgen/Makefile
+++ b/python/sepolgen/src/sepolgen/Makefile
@@ -1,5 +1,5 @@
PREFIX ?= /usr
-PYTHON ?= python
+PYTHON ?= python3
PYTHONLIBDIR ?= $(shell $(PYTHON) -c "from distutils.sysconfig import *; print(get_python_lib(prefix='$(PREFIX)'))")
PACKAGEDIR ?= /$(PYTHONLIBDIR)/sepolgen