From ae8e579515fff84cbef1ccc2da78fa769fb079ec Mon Sep 17 00:00:00 2001 From: Michael Stahl Date: Fri, 10 Jan 2014 12:07:31 +0100 Subject: scp2: fix windows build 913bf64b0bf1330a5055c26770faedf2ad7fc3c5 had some issues with redland stuff that is built as Library on windows, and the libxslt package is actually called "xslt" for unknown reasons; unfortunately the buildbot did not actually try to create an installation set so it was not detected. Change-Id: I0437f09228f62b21036a6c26e3d17029d1aab79e --- RepositoryExternal.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'RepositoryExternal.mk') diff --git a/RepositoryExternal.mk b/RepositoryExternal.mk index 98736fc41bfb..721eb9d0190c 100644 --- a/RepositoryExternal.mk +++ b/RepositoryExternal.mk @@ -986,7 +986,7 @@ endef ifneq ($(OS),ANDROID) ifeq ($(COM),MSC) -$(eval $(call gb_Helper_register_libraries,PLAINLIBS_OOO, \ +$(eval $(call gb_Helper_register_libraries_for_install,PLAINLIBS_OOO,ooo, \ raptor2 \ rasqal \ rdf \ -- cgit