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:
Diffstat (limited to 'config/darwin-config.py')
-rw-r--r--config/darwin-config.py5
1 files changed, 1 insertions, 4 deletions
diff --git a/config/darwin-config.py b/config/darwin-config.py
index 981e67f17f1..7257485d8c7 100644
--- a/config/darwin-config.py
+++ b/config/darwin-config.py
@@ -2,10 +2,7 @@ LCGDIR = '#../lib/darwin-6.1-powerpc'
LIBDIR = '${LCGDIR}'
WITH_BF_VERSE = 'false'
-BF_VERSE = "#extern/verse/dist"
-BF_VERSE_LIBPATH = "${BF_BUILDDIR}/extern/verse/dist"
-BF_VERSE_INCLUDE = BF_VERSE
-BF_VERSE_LIBS = "libverse"
+BF_VERSE_INCLUDE = "#extern/verse/dist"
BF_PYTHON = '/System/Library/Frameworks/Python.framework/Versions/'
BF_PYTHON_VERSION = '2.3'