From c3355b16a511622fc383b4dda1427fcd4b507045 Mon Sep 17 00:00:00 2001 From: Chris Burt Date: Thu, 17 May 2007 01:09:52 +0000 Subject: [PATCH] This commit sets Python version to 2.5 for Windows/Cygwin/GCC builds. --- 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 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