Blender Git Commit Log
Git Commits -> Revision 7db0055
Revision 7db0055 by Sybren A. Stüvel (master) February 12, 2021, 13:54 (GMT) |
CMake/Deps: fix build of nasm when asciidoc and xmlto are unavailable Create zero-byte manual page files `nasm.1` and `ndisasm.1` such that nasm's `make install` step succeeds. Installing nasm requires that its manual pages are built. This requires local packages `asciidoc` and `xmlto` to be installed. Not only does `asciidoc` pull in 110 MB of packages (itself + dependencies), there is also no need for these manual pages. Nasm is just used for building other dependencies, and not even part of our precompiled libraries in SVN. Reviewed By: sebbas Differential Revision: https://developer.blender.org/D10396 |
Commit Details:
Full Hash: 7db00556fa9a14f8617c2ec1e35ae834689f0da7
Parent Commit: 780cabb
Lines Changed: +9, -0
1 Modified Path:
/build_files/build_environment/cmake/nasm.cmake (+9, -0) (Diff)