Blender Git Loki
Git Commits -> Revision 33bca30
Revision 33bca30 by Sergey Sharybin (master) February 8, 2012, 17:17 (GMT) |
Fix for hardcoded to scons rules python abi flags and wrong behavior of python bundling on systems where python is installed to /usr/lib64 Now ABI flags are automatically detecting (by checking all available flags and checking if there's include directory exists for flag). Also, automatically set PYTHON_LIBPATH to /usr/lib64 if python scripts are stored in this folder. Bundling python on *nix platforms is now checks if python is installed to lib64 directory and if it is, python will be bundled to lib64 folder instead of lib. This will make building on openSUSE a bit less annoying |
Commit Details:
Full Hash: 33bca3075f2cc8201b13a6f08b22d7a1288aab4d
SVN Revision: 43992
Parent Commit: b6d12f1
Lines Changed: +44, -5
2 Added Paths:
/build_files/scons/config/Modules/FindPython.py (+32, -0) (View)
/build_files/scons/config/Modules/__init__.py (+0, -0) (View)
/build_files/scons/config/Modules/__init__.py (+0, -0) (View)