[Libreoffice-commits] .: RepositoryExternal.mk
Norbert Thiebaud
nthiebaud at kemper.freedesktop.org
Thu Jun 14 06:59:36 PDT 2012
RepositoryExternal.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 16468bd2ea7bdefd859b68c978fdb3397d53a4d4
Author: Norbert Thiebaud <nthiebaud at gmail.com>
Date: Thu Jun 14 08:59:28 2012 -0500
Fix pyuno migration on Mac
Change-Id: I75322a9ada9c84faa6c54ade7d44e5493abb418a
diff --git a/RepositoryExternal.mk b/RepositoryExternal.mk
index 1ce7c59..3b321ee 100644
--- a/RepositoryExternal.mk
+++ b/RepositoryExternal.mk
@@ -1645,7 +1645,7 @@ $(call gb_LinkTarget_add_libs,$(1),\
)
else ifeq ($(OS),MACOSX)
$(call gb_LinkTarget_add_libs,$(1),\
- -F $(OUTDIR)/lib -framework OOoPython \
+ -F$(OUTDIR)/lib -framework OOoPython \
)
else
$(call gb_LinkTarget_use_libraries,$(1),\
More information about the Libreoffice-commits
mailing list