Blender Git Commit Log
Git Commits -> Revision e71963a
Revision e71963a by Sergey Sharybin (master) November 6, 2019, 12:50 (GMT) |
Buildbot: Ensure proper ABI is used This wasn't an issue in the real buildbot environment since the precompiled libraries are compiled with same ABI as the compiler used for Blender build. But it was causing issues when building Blender using buildbot scripts (for troubleshooting purposes) on a machine with different default compiler ABI. Usually ABI detection is happening in platform_unix.cmake when detecting whether there are any precompiled libraries folder available. This detection is not happening when library folder is provided explicitly, expecting ABI to be setup explicitly as well. |
Commit Details:
Full Hash: e71963a37e76bb52524e36816286db28fdbbcf57
Parent Commit: 863ca3d
Lines Changed: +2, -0
1 Modified Path:
/build_files/buildbot/config/blender_linux.cmake (+2, -0) (Diff)