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 Want <cwant@ualberta.ca>2004-04-30 06:12:28 +0400
committerChris Want <cwant@ualberta.ca>2004-04-30 06:12:28 +0400
commitbfc6fbc57378edc745480085c5949da935b15a25 (patch)
treed9e3463c9756011cbb7c1c0a4f7c0a84a6208da9
parent4c423081b26a31194043b084420461bc90a0c4ee (diff)
Make python 2.3 the default for the irix build.
-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 a9161f3f633..145d9ffbce3 100644
--- a/source/nan_definitions.mk
+++ b/source/nan_definitions.mk
@@ -221,7 +221,7 @@ endif
export HOST = $(shell /usr/bsd/hostname -s)
export NAN_NO_KETSJI=true
export NAN_PYTHON ?= $(LCGDIR)/python
- export NAN_PYTHON_VERSION ?= 2.2
+ export NAN_PYTHON_VERSION ?= 2.3
export NAN_PYTHON_BINARY ?= $(NAN_PYTHON)/bin/python$(NAN_PYTHON_VERSION)
export NAN_OPENAL ?= $(LCGDIR)/openal
export NAN_FMOD ?= $(LCGDIR)/fmod