[Libreoffice-commits] .: vcl/Library_vcl.mk
Tor Lillqvist
tml at kemper.freedesktop.org
Fri Aug 17 10:47:49 PDT 2012
vcl/Library_vcl.mk | 6 ++++++
1 file changed, 6 insertions(+)
New commits:
commit eb946cbf9bf686a31405cf41ac6d1de0488d7bbd
Author: Tor Lillqvist <tml at iki.fi>
Date: Fri Aug 17 20:45:42 2012 +0300
vcl uses the Objective-C library
So we should link to it. Otherwise the basic_scanner unit test in the
basic module fails because it uses libvcl but libobjc does not get
loaded.
Change-Id: I74c2b1e30c7754acca1d6a66472bba9fc1c30da0
diff --git a/vcl/Library_vcl.mk b/vcl/Library_vcl.mk
index e6abe34..4ba8a00 100644
--- a/vcl/Library_vcl.mk
+++ b/vcl/Library_vcl.mk
@@ -87,6 +87,12 @@ $(eval $(call gb_Library_use_libraries,vcl,\
$(gb_STDLIBS) \
))
+ifeq ($(OS),MACOSX)
+$(eval $(call gb_Library_use_libraries,vcl,\
+ objc \
+))
+endif
+
ifneq ($(OS),IOS)
$(eval $(call gb_Library_use_libraries,vcl,\
jvmaccess \
More information about the Libreoffice-commits
mailing list