1.1 --- a/cmake/pylux.cmake Sat Feb 04 06:12:21 2012 +0100
1.2 +++ b/cmake/pylux.cmake Sat Feb 04 11:41:14 2012 +0100
1.3 @@ -24,8 +24,8 @@
1.4 IF(APPLE)
1.5 IF(OSX_OPTION_PYLUX)
1.6 # use Blender python libs for static compiling !
1.7 - SET(PYTHON_LIBRARIES ${CMAKE_SOURCE_DIR}/../macos/lib/BF_pythonlibs/py32_uni_intel/libbf_python_ext.a ${CMAKE_SOURCE_DIR}/../macos/lib/BF_pythonlibs/py32_uni_intel/libbf_python.a)
1.8 - SET(PYTHON_INCLUDE_PATH ${CMAKE_SOURCE_DIR}/../macos/include/Python3.2)
1.9 + SET(PYTHON_LIBRARIES ${OSX_DEPENDENCY_ROOT}/lib/BF_pythonlibs/py32_uni_intel/libbf_python_ext.a ${OSX_DEPENDENCY_ROOT}/lib/BF_pythonlibs/py32_uni_intel/libbf_python.a)
1.10 + SET(PYTHON_INCLUDE_PATH ${OSX_DEPENDENCY_ROOT}/include/Python3.2)
1.11 SET(PYTHONLIBS_FOUND ON)
1.12 ELSE(OSX_OPTION_PYLUX)
1.13 # compile pylux for genral purpose against Python framework