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>2005-11-27 18:36:21 +0300
committerChris Burt <desoto@exenex.com>2005-11-27 18:36:21 +0300
commitdfd22eb94340165e049d2ecb31d96e20de94938d (patch)
tree3fc05600f2ccd9d432e018c17d0d829b350786b6 /source/nan_definitions.mk
parenta494a76e9e5ca6b1374769a95fe55558ac73b847 (diff)
As discussed in meeting, fixed another missing Python symbol from
python.def and upped Python version to 2.4. This means that Cygwin/GCC will now be building Python 2.4 binaries. Thanks all!
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 71d59acc8db..ab48ec348a7 100644
--- a/source/nan_definitions.mk
+++ b/source/nan_definitions.mk
@@ -415,7 +415,7 @@ endif
export ID = $(LOGNAME)
export NAN_PYTHON ?= $(LCGDIR)/python
export NAN_ICONV ?= $(LCGDIR)/iconv
- export NAN_PYTHON_VERSION ?= 2.3
+ export NAN_PYTHON_VERSION ?= 2.4
ifeq ($(FREE_WINDOWS), true)
export NAN_PYTHON_BINARY ?= $(NAN_PYTHON)/bin/python$(NAN_PYTHON_VERSION)
export NAN_FREETYPE ?= $(LCGDIR)/gcc/freetype