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:
authorMaarten Gribnau <mail@maartengribnau.com>2002-12-22 01:26:46 +0300
committerMaarten Gribnau <mail@maartengribnau.com>2002-12-22 01:26:46 +0300
commitefb524d53f2576172349440b30ceb6d87569f072 (patch)
tree99e5dd9c1ee8b156fd9d2ff5f0c0b8f1d519ff7b /source/Makefile
parent3bc9dda7992cf69ab6e242e9ed2b22e659a4a1c4 (diff)
Rewired python for OSX. The Makefiles now use the Python that comes with OSX
in /usr/local. mxTextTools is still disabled because of a link error. Maarten
Diffstat (limited to 'source/Makefile')
-rw-r--r--source/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/Makefile b/source/Makefile
index 57a69704953..57452b17976 100644
--- a/source/Makefile
+++ b/source/Makefile
@@ -296,9 +296,9 @@ ifeq ($(OS),beos)
endif
ifeq ($(OS),darwin)
- # Python
PYLIB = $(NAN_PYTHON)/lib/python$(NAN_PYTHON_VERSION)/config/libpython$(NAN_PYTHON_VERSION).a
- # The only target right now...
+ # Next line would enable MxTextTools (for VRML2 import) but results in a link error
+ # PYLIB += $(NAN_MXTEXTTOOLS)
BINTARGETS = blendercreator.app
BINTARGETS += blenderpublisher.app
BINTARGETS += blenderplayer.app