Move unoidl-write from cross-tooling to default
Fixes the ODK cross-build used for Windows Arm64.
Regression from commit 40f2aee658
("Provide unoidl-write also for the SDK").
Change-Id: I54d2732358ed1d48911e206ed02bfca2d3a78782
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/132718
Tested-by: Jenkins
Reviewed-by: Jan-Marek Glogowski <glogow@fbihome.de>
This commit is contained in:
@@ -17,12 +17,10 @@ $(eval $(call gb_Module_add_targets,unoidl, \
|
|||||||
$(if $(filter DESKTOP,$(BUILD_TYPE)), \
|
$(if $(filter DESKTOP,$(BUILD_TYPE)), \
|
||||||
Executable_unoidl-read) \
|
Executable_unoidl-read) \
|
||||||
$(if $(or $(filter ODK,$(BUILD_TYPE)),$(call gb_not,$(CROSS_COMPILING))), \
|
$(if $(or $(filter ODK,$(BUILD_TYPE)),$(call gb_not,$(CROSS_COMPILING))), \
|
||||||
Executable_unoidl-check) \
|
Executable_unoidl-check \
|
||||||
Library_unoidl \
|
|
||||||
))
|
|
||||||
|
|
||||||
$(eval $(call gb_Module_add_targets_for_build,unoidl, \
|
|
||||||
Executable_unoidl-write \
|
Executable_unoidl-write \
|
||||||
|
) \
|
||||||
|
Library_unoidl \
|
||||||
))
|
))
|
||||||
|
|
||||||
$(eval $(call gb_Module_add_check_targets,unoidl, \
|
$(eval $(call gb_Module_add_check_targets,unoidl, \
|
||||||
|
Reference in New Issue
Block a user