From dfd22eb94340165e049d2ecb31d96e20de94938d Mon Sep 17 00:00:00 2001 From: Chris Burt Date: Sun, 27 Nov 2005 15:36:21 +0000 Subject: [PATCH] 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! --- source/nan_definitions.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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