[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [54337] trunk/blender/CMakeLists.txt: OSX/ cmake: Fix ypthn version for module compile

jens verwiebe info at jensverwiebe.de
Tue Feb 5 19:24:26 CET 2013


Revision: 54337
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=54337
Author:   jensverwiebe
Date:     2013-02-05 18:24:26 +0000 (Tue, 05 Feb 2013)
Log Message:
-----------
OSX/cmake: Fix ypthn version for module compile

Modified Paths:
--------------
    trunk/blender/CMakeLists.txt

Modified: trunk/blender/CMakeLists.txt
===================================================================
--- trunk/blender/CMakeLists.txt	2013-02-05 16:16:07 UTC (rev 54336)
+++ trunk/blender/CMakeLists.txt	2013-02-05 18:24:26 UTC (rev 54337)
@@ -1481,11 +1481,11 @@
 			# module must be compiled against Python framework
 
 			# normally cached but not since we include them with blender
-			set(PYTHON_VERSION 3.2)
+			set(PYTHON_VERSION 3.3)
 			set(PYTHON_INCLUDE_DIR "/Library/Frameworks/Python.framework/Versions/${PYTHON_VERSION}/include/python${PYTHON_VERSION}m")
 			set(PYTHON_BINARY "/Library/Frameworks/Python.framework/Versions/${PYTHON_VERSION}/bin/python${PYTHON_VERSION}")
 			#set(PYTHON_LIBRARY python${PYTHON_VERSION})
-			set(PYTHON_LIBPATH "/Library/Frameworks/Python.framework/Versions/${PYTHON_VERSION}/lib/python${PYTHON_VERSION}/config-3.2m")
+			set(PYTHON_LIBPATH "/Library/Frameworks/Python.framework/Versions/${PYTHON_VERSION}/lib/python${PYTHON_VERSION}/config-3.3m")
 			#set(PYTHON_LINKFLAGS "-u _PyMac_Error -framework Python")  # won't  build with this enabled
 		endif()
 		




More information about the Bf-blender-cvs mailing list