Blender Git Loki
Git Commits -> Revision 1e3c0b4
Revision 1e3c0b4 by Sergey Sharybin (master) July 7, 2020, 14:26 (GMT) |
Make deps: Compile own version of nasm for Apple The upstream version of nasm does not put version information to the generated object files, which makes linker to show the following warning: building for macOS, but linking in object file Using own patched version of nasm which puts required information to the object file, making linker happy. The plan is to either streamline the patch and provide it to the upstream, or, it that takes too long, get an independent fix from the upstream. |
Commit Details:
Full Hash: 1e3c0b4b03e1b1f6a2a66539e7648a5b92fada91
Parent Commit: 202e7cc
Lines Changed: +176, -0
2 Added Paths:
/build_files/build_environment/cmake/nasm.cmake (+29, -0) (View)
/build_files/build_environment/patches/nasm.diff (+129, -0) (View)
/build_files/build_environment/patches/nasm.diff (+129, -0) (View)