Blender Git Loki
Git Commits -> Revision 8053a7f
Revision 8053a7f by Sybren A. Stüvel (pygpu_extensions) February 12, 2021, 15:14 (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: 8053a7f5013f871d23cb934627987832bd7761ab
Parent Commit: fc3aa6b
Committed By: Germano Cavalcante
Lines Changed: +9, -0
1 Modified Path:
/build_files/build_environment/cmake/nasm.cmake (+9, -0) (Diff)