diff options
Diffstat (limited to 'osx')
-rw-r--r-- | osx/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/osx/Makefile b/osx/Makefile index de2d75402..660c790cd 100644 --- a/osx/Makefile +++ b/osx/Makefile @@ -1,4 +1,4 @@ -PYVERSION := $(shell /usr/bin/python -c "import sys; print '%s.%s' % (sys.version_info[0], sys.version_info[1])"python -c "import sys; print sys.version[0:3]") +PYVERSION := $(shell /usr/bin/python -c "import sys; print '%s.%s' % (sys.version_info[0], sys.version_info[1])" PYMAJORVERSION := $(shell /usr/bin/python -c "import sys; print sys.version_info[0]") PYMINORVERSION := $(shell /usr/bin/python -c "import sys; print sys.version_info[1]") PREFLIGHT = preflight |