[Libreoffice-commits] core.git: svtools/Module_svtools.mk
Caolán McNamara
caolanm at redhat.com
Mon Dec 19 21:09:10 UTC 2016
svtools/Module_svtools.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 2b876d06f035f755b887a3a768b0e58b89e04b96
Author: Caolán McNamara <caolanm at redhat.com>
Date: Mon Dec 19 21:07:51 2016 +0000
disable uninteresting utility in --disable-dynloading case
Change-Id: I1b4d5fe33859cdabdcaa159a489e019ff8fe88b6
diff --git a/svtools/Module_svtools.mk b/svtools/Module_svtools.mk
index 7e28e42..b963cea 100644
--- a/svtools/Module_svtools.mk
+++ b/svtools/Module_svtools.mk
@@ -33,7 +33,7 @@ $(eval $(call gb_Module_add_check_targets,svtools,\
CppunitTest_svtools_html \
))
-ifeq ($(CROSS_COMPILING),)
+ifeq ($(CROSS_COMPILING)$(DISABLE_DYNLOADING),)
ifneq ($(OS),WNT)
$(eval $(call gb_Module_add_targets,svtools,\
More information about the Libreoffice-commits
mailing list