net_ure/Module_net_ure.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit af0042ba6518ab07059992d25aadd932b1e2aa8b Author: Christian Lohmaier <lohmaier+libreoff...@googlemail.com> AuthorDate: Tue Jun 25 13:05:34 2024 +0200 Commit: Christian Lohmaier <lohmaier+libreoff...@googlemail.com> CommitDate: Tue Jun 25 15:07:15 2024 +0200 align conditional re dotnet/netmaker - only use in --enable-odk case that's what the check for creating the tool used already (Module_codemaker.mk), while the targets using the tool only was behind a ENABLE_DOTNET check. fixes the android CI builds Change-Id: Ie859a6409bb523926a619e87b693ec4c17a875cb Reviewed-on: https://gerrit.libreoffice.org/c/core/+/169512 Reviewed-by: Christian Lohmaier <lohmaier+libreoff...@googlemail.com> Tested-by: Jenkins diff --git a/net_ure/Module_net_ure.mk b/net_ure/Module_net_ure.mk index 6693a5ad58ee..982a030e8aae 100644 --- a/net_ure/Module_net_ure.mk +++ b/net_ure/Module_net_ure.mk @@ -8,7 +8,7 @@ $(eval $(call gb_Module_Module,net_ure)) -ifeq ($(ENABLE_DOTNET),TRUE) +ifeq ($(ENABLE_DOTNET)_$(filter ODK,$(BUILD_TYPE)),TRUE_ODK) $(eval $(call gb_Module_add_targets,net_ure,\ CustomTarget_net_uretypes \ CustomTarget_net_oootypes \