From f3f89ebac16256f9825f5ed60f524a7defe824cf Mon Sep 17 00:00:00 2001 From: Matt Ebb Date: Thu, 23 Jul 2009 14:20:08 +0000 Subject: cmake updates for compiling with prebuilt py 3.1 on osx --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CMakeLists.txt') 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 -- cgit v1.2.3