From 5c5a6c3668c2112ce419f6b559105e915d9bd29d Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Thu, 15 Dec 2016 11:39:06 +0000 Subject: bootstrap building with --disable-dynloading on standard linux MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I5baf70f0053612cba8b74f54aff11ce25cdeb95a Reviewed-on: https://gerrit.libreoffice.org/32202 Reviewed-by: Caolán McNamara Tested-by: Caolán McNamara --- sal/Module_sal.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sal') diff --git a/sal/Module_sal.mk b/sal/Module_sal.mk index 668ee209bc87..6f8cbc05a191 100644 --- a/sal/Module_sal.mk +++ b/sal/Module_sal.mk @@ -10,7 +10,7 @@ $(eval $(call gb_Module_Module,sal)) $(eval $(call gb_Module_add_targets,sal,\ - $(if $(CROSS_COMPILING),,Executable_cppunittester) \ + $(if $(CROSS_COMPILING),,$(if $(filter TRUE,$(DISABLE_DYNLOADING)),,Executable_cppunittester)) \ $(if $(filter $(OS),ANDROID), \ Library_lo-bootstrap) \ Library_sal \ -- cgit