diff options
author | Igor Pashev <igor.pashev@nexenta.com> | 2013-04-15 22:25:21 +0400 |
---|---|---|
committer | Igor Pashev <igor.pashev@nexenta.com> | 2013-04-15 22:25:21 +0400 |
commit | d485ffe250fa58da4bf7241b4b6a70ffc4a18a5d (patch) | |
tree | 5bd0beb5c1950cbdc46f0d05f2328409401fe2f5 /rules | |
parent | 21ad38186bb7f10abe8d95bc3f2685d22be310a6 (diff) | |
download | cibs-d485ffe250fa58da4bf7241b4b6a70ffc4a18a5d.tar.gz |
Just python (2.7)
Diffstat (limited to 'rules')
-rw-r--r-- | rules/python.mk | 2 |
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)))) |