diff options
author | Jan-Marek Glogowski <glogow@fbihome.de> | 2020-10-30 12:44:25 +0100 |
---|---|---|
committer | Jan-Marek Glogowski <glogow@fbihome.de> | 2020-10-30 12:48:08 +0100 |
commit | 1e8018c4cd1ae1becf580c13e369410867e31723 (patch) | |
tree | 40b21dab64e000cb363c70076f8fa0bb6e4304fb /unoidl | |
parent | a8e2ffe038f82f1b00a204abe051caf77361d42d (diff) |
unoidl-check: try to come up with a better comment
Change-Id: I80958838fd2b2e0b642a79b358f1f94a9b37eceb
Diffstat (limited to 'unoidl')
-rw-r--r-- | unoidl/Module_unoidl.mk | 4 |
1 files changed, 3 insertions, 1 deletions
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)), \ |