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:
authorMatt Ebb <matt@mke3.net>2009-07-23 18:20:08 +0400
committerMatt Ebb <matt@mke3.net>2009-07-23 18:20:08 +0400
commitf3f89ebac16256f9825f5ed60f524a7defe824cf (patch)
treeac16d7dcd0532ca549a85c75c0757b8ec0584fd3 /CMakeLists.txt
parent7508afe25b929e5e5c45f80c474b20388d7ba1c4 (diff)
cmake updates for compiling with prebuilt py 3.1 on osx
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index b6b0ea2e5e9..fc6a3d3ade8 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -350,7 +350,7 @@ IF(APPLE)
SET(PYTHON_BINARY "${PYTHON}/bin/python${PYTHON_VERSION}" CACHE STRING "")
SET(PYTHON_LIB python${PYTHON_VERSION})
SET(PYTHON_LIBPATH "${PYTHON}/lib/python${PYTHON_VERSION}" CACHE STRING "")
- SET(PYTHON_LINKFLAGS "-u _PyMac_Error")
+ # SET(PYTHON_LINKFLAGS "-u _PyMac_Error") # won't build with this enabled
ELSE(PYTHON_VERSION MATCHES 3.1)
# otherwise, use custom system framework