Blender Git Commit Log
Git Commits -> Revision 9fe53bd
Revision 9fe53bd by Ankit Meel (master) February 23, 2021, 03:04 (GMT) |
Build Environment/macOS/Python: link against zlib statically rBc70eb30240f8b5d5a8f2ac509f0eb585936142b5 added patch to use static zlib on Linux. But also added flags to use the zlib in LIBDIR for Python on macOS. That causes some shared libraries (binascii for one) to link against libz.1.dylib which will not be there on users' systems. Reuse the said patch for macOS also to avoid rpath issues. Fix T85648. Reviewed By: #platform_macos, brecht Differential Revision: https://developer.blender.org/D10479 |
Commit Details:
Full Hash: 9fe53bd4a1ac0eaa63fcf1ebd151fe4db0411b49
Parent Commit: d447bd3
Lines Changed: +40, -40
1 Added Path:
/build_files/build_environment/patches/python_unix.diff (+38, -0) (View)
1 Deleted Path:
/build_files/build_environment/patches/python_linux.diff (+0, -38)
1 Modified Path:
/build_files/build_environment/cmake/python.cmake (+2, -2) (Diff)