aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--rules/python.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/rules/python.mk b/rules/python.mk
index faa3697..a28b136 100644
--- a/rules/python.mk
+++ b/rules/python.mk
@@ -25,7 +25,7 @@ ifeq (,$(__python_mk))
include $(cibs-root)/rules/common.mk
-pythons ?= python2.7
+pythons ?= python
$(foreach py,$(pythons),$(eval $(call add-variant,$(py))))