Blender Git Loki
Git Commits -> Revision 8d7c69f
Revision 8d7c69f by Damien Plisson (master) October 19, 2009, 14:38 (GMT) |
CMake files update to allow use of MAC OSX 10.5 libs (and build 64bit blender on mac) The WITH_LIBS10.5 option switches the use of the libs included in the darwin-9.x.universal folder Use the CMAKE_OSX_ARCHITECTURES variable to set the architecture you want to build for (e.g. i386, x86_64). Only one at a time, this value is used to select the python_?.zip that is bundled with the app. WITH_COCOA (build Cocoa ghost and not Carbon) is now on by default. |
Commit Details:
Full Hash: 8d7c69ffa922d4d360b1eabe114e0f8e0e6a28e2
SVN Revision: 23963
Parent Commit: 54abd77
Lines Changed: +26, -15