aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIgor Pashev <igor.pashev@nexenta.com>2013-04-15 22:25:21 +0400
committerIgor Pashev <igor.pashev@nexenta.com>2013-04-15 22:25:21 +0400
commitd485ffe250fa58da4bf7241b4b6a70ffc4a18a5d (patch)
tree5bd0beb5c1950cbdc46f0d05f2328409401fe2f5
parent21ad38186bb7f10abe8d95bc3f2685d22be310a6 (diff)
downloadcibs-d485ffe250fa58da4bf7241b4b6a70ffc4a18a5d.tar.gz
Just python (2.7)
-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))))