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:
authorTon Roosendaal <ton@blender.org>2004-05-01 20:52:29 +0400
committerTon Roosendaal <ton@blender.org>2004-05-01 20:52:29 +0400
commite7df984c16997d6ce60724665211cfaab1050793 (patch)
tree2ea35465c5b66db96293bae0cdd1bde235523f06 /source/nan_definitions.mk
parentdcb83e27a2439a44ab382313f5af255de91aa4f2 (diff)
Changes for OSX compiling with Makefiles;v2.33
- support 2.3 python - use -O2 for all - fixed reference to SOLID.h
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 145d9ffbce3..8ead186f137 100644
--- a/source/nan_definitions.mk
+++ b/source/nan_definitions.mk
@@ -135,7 +135,7 @@ endif
export ID = $(shell whoami)
export HOST = $(shell hostname -s)
export NAN_PYTHON ?= /sw
- 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