[Libreoffice-commits] .: RepositoryExternal.mk
Christian Lohmaier
cloph at kemper.freedesktop.org
Sun May 6 16:09:35 PDT 2012
RepositoryExternal.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 071e5ae9bee16415b27c85c2e170b7bc10e75a10
Author: Christian Lohmaier <lohmaier+LibreOffice at googlemail.com>
Date: Mon May 7 01:09:01 2012 +0200
libs were renamed, but dylib_file hint for older XCode was missed.
diff --git a/RepositoryExternal.mk b/RepositoryExternal.mk
index bb5b16f..8e620bf 100644
--- a/RepositoryExternal.mk
+++ b/RepositoryExternal.mk
@@ -417,7 +417,7 @@ $(call gb_LinkTarget_use_libraries,$(1),\
ifeq ($(OS),MACOSX)
-$(call gb_LinkTarget_add_libs,$(1),$(foreach replaceme,librasqal.1 libraptor.1,-dylib_file @loader_path/$(replaceme).dylib:$(gb_Library_OUTDIRLOCATION)/$(replaceme).dylib))
+$(call gb_LinkTarget_add_libs,$(1),$(foreach replaceme,librasqal-lo.1 libraptor-lo.1,-dylib_file @loader_path/$(replaceme).dylib:$(gb_Library_OUTDIRLOCATION)/$(replaceme).dylib))
endif
More information about the Libreoffice-commits
mailing list