Blender Git Commit Log
Git Commits -> Revision 3ae74bc
Revision 3ae74bc by Campbell Barton (master) February 2, 2021, 08:12 (GMT) |
cmake/deps: remove 'tcl' language support from sqlite Build sqlite without `tcl` support, as it's causes an error on installation when `tcl` is installed into the systems `/usr/lib/` and install isn't running as root. This could be resolves by adding `tcl` as a dependency however it's not needed for Python's sqlite integration. Linux distributions (Debian & Arch at least) split this off into a separate package (which Python doesn't depend on), so there is no need for Blender to include sqlite's `tcl` integration either. Reviewed By: brecht, LazyDodo Ref D10281 |
Commit Details:
Full Hash: 3ae74bcd29c6050c7261447c92737d85d4288bb7
Parent Commit: d5d8655
Lines Changed: +1, -1
1 Modified Path:
/build_files/build_environment/cmake/sqlite.cmake (+1, -1) (Diff)