vcl/Library_vcl.mk | 6 ++++++
1 file changed, 6 insertions(+)
New commits:
commit eb946cbf9bf686a31405cf41ac6d1de0488d7bbd
Author: Tor Lillqvist <[email protected]>
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 \
_______________________________________________
Libreoffice-commits mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits