unoidl/Module_unoidl.mk | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-)
New commits: commit 1e8018c4cd1ae1becf580c13e369410867e31723 Author: Jan-Marek Glogowski <[email protected]> AuthorDate: Fri Oct 30 12:44:25 2020 +0100 Commit: Jan-Marek Glogowski <[email protected]> CommitDate: Fri Oct 30 12:48:08 2020 +0100 unoidl-check: try to come up with a better comment Change-Id: I80958838fd2b2e0b642a79b358f1f94a9b37eceb diff --git a/unoidl/Module_unoidl.mk b/unoidl/Module_unoidl.mk index 851cea9b7354..c8343bc6277a 100644 --- a/unoidl/Module_unoidl.mk +++ b/unoidl/Module_unoidl.mk @@ -9,7 +9,9 @@ $(eval $(call gb_Module_Module,unoidl)) -# Executable_unoidl-check: !CROSS || ODK => CROSS (&& ODK && unoidl-check) || unoidl-check +# unoidl-check is needed as a component of the ODK / SDK package and +# a build-tool. In case of cross-compiling a build-native tool must +# be provided in addtion to the ODK one (!CROSS_COMPLING phase). $(eval $(call gb_Module_add_targets,unoidl, \ $(if $(filter DESKTOP,$(BUILD_TYPE)), \ _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
