Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Burt <desoto@exenex.com>2007-05-17 05:09:52 +0400
committerChris Burt <desoto@exenex.com>2007-05-17 05:09:52 +0400
commitc3355b16a511622fc383b4dda1427fcd4b507045 (patch)
tree3aab06991ddf3565628c5ab940c3dd4290f86036 /source/nan_definitions.mk
parentd72d8ed82a6d4561b00f1c722a1169dacc46b0a5 (diff)
This commit sets Python version to 2.5 for Windows/Cygwin/GCC builds.
Diffstat (limited to 'source/nan_definitions.mk')
-rw-r--r--source/nan_definitions.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/nan_definitions.mk b/source/nan_definitions.mk
index 5e4ea2d73a8..efc3c050527 100644
--- a/source/nan_definitions.mk
+++ b/source/nan_definitions.mk
@@ -499,7 +499,7 @@ endif
export ID = $(LOGNAME)
export NAN_PYTHON ?= $(LCGDIR)/python
export NAN_ICONV ?= $(LCGDIR)/iconv
- export NAN_PYTHON_VERSION ?= 2.4
+ export NAN_PYTHON_VERSION ?= 2.5
ifeq ($(FREE_WINDOWS), true)
export NAN_PYTHON_BINARY ?= $(NAN_PYTHON)/bin/python$(NAN_PYTHON_VERSION)
export NAN_FREETYPE ?= $(LCGDIR)/gcc/freetype