[Libreoffice-commits] core.git: connectivity/CppunitTest_connectivity_commontools.mk

Tor Lillqvist tml at iki.fi
Thu Feb 7 15:02:01 PST 2013


 connectivity/CppunitTest_connectivity_commontools.mk |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 042e4606a64233299fdc02d9df32329c452d96d5
Author: Tor Lillqvist <tml at iki.fi>
Date:   Fri Feb 8 00:03:30 2013 +0200

    No jvmaccess library for iOS
    
    Change-Id: I28ee4c77935f81f41fb564fcd0c19a5d02a1aa10

diff --git a/connectivity/CppunitTest_connectivity_commontools.mk b/connectivity/CppunitTest_connectivity_commontools.mk
index 6026e80..e0f7752 100644
--- a/connectivity/CppunitTest_connectivity_commontools.mk
+++ b/connectivity/CppunitTest_connectivity_commontools.mk
@@ -45,7 +45,7 @@ $(eval $(call gb_CppunitTest_use_libraries,connectivity_commontools, \
     cppu \
     cppuhelper \
     i18nisolang1 \
-    jvmaccess \
+    $(if $(filter IOS,$(OS)),,jvmaccess) \
     sal \
     salhelper \
     test \


More information about the Libreoffice-commits mailing list