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>2005-07-06 11:01:27 +0400
committerTon Roosendaal <ton@blender.org>2005-07-06 11:01:27 +0400
commitd956c620444ea2443d901090707567c9c89f37d4 (patch)
tree68aee950fcdeac8334c2a953e81745b8241433dd /source/nan_definitions.mk
parentc68a0ea7c369a550338881624fd40debf8e5a9f8 (diff)
Reverted accidental change in compiling Python for OSX. Now it is default
again to use the Framework library.
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 abfd5119d42..fcd6f2225fb 100644
--- a/source/nan_definitions.mk
+++ b/source/nan_definitions.mk
@@ -139,7 +139,7 @@ endif
export ID = $(shell whoami)
export HOST = $(shell hostname -s)
-# export PY_FRAMEWORK = 1
+ export PY_FRAMEWORK = 1
ifdef PY_FRAMEWORK
export NAN_PYTHON ?= /System/Library/Frameworks/Python.framework/Versions/2.3