solenv/gbuild/extensions/pre_BuildTools.mk | 1 + 1 file changed, 1 insertion(+)
New commits: commit 61ebe104cd0cdbf19d5cbdb4d50cab8e0f88beb3 Author: Jan-Marek Glogowski <[email protected]> AuthorDate: Thu May 27 00:13:00 2021 +0200 Commit: Jan-Marek Glogowski <[email protected]> CommitDate: Thu May 27 02:50:52 2021 +0200 cross-toolset: explicitly add Python It's needed for the build and it was at least missing on Windows when building without galleries. Change-Id: Ibfcc6f0159e17d69755b230767b64b03dc5537a0 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/116227 Tested-by: Jenkins Reviewed-by: Jan-Marek Glogowski <[email protected]> diff --git a/solenv/gbuild/extensions/pre_BuildTools.mk b/solenv/gbuild/extensions/pre_BuildTools.mk index 45b61f7cedd6..784f3e916415 100644 --- a/solenv/gbuild/extensions/pre_BuildTools.mk +++ b/solenv/gbuild/extensions/pre_BuildTools.mk @@ -40,6 +40,7 @@ gb_BUILD_TOOLS_executables = \ ) \ gb_BUILD_TOOLS_executables_extern = \ + python \ xsltproc \ gb_BUILD_TOOLS = \ _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
