diff options
author | Tor Lillqvist <tml@iki.fi> | 2013-02-08 00:03:30 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2013-02-08 01:01:35 +0200 |
commit | 042e4606a64233299fdc02d9df32329c452d96d5 (patch) | |
tree | 717d313bca70f84a6883a7615d12e19d8f66ea1b /connectivity | |
parent | 9e27b9057eeeacb9b5f336fba3f469165b796774 (diff) |
No jvmaccess library for iOS
Change-Id: I28ee4c77935f81f41fb564fcd0c19a5d02a1aa10
Diffstat (limited to 'connectivity')
-rw-r--r-- | connectivity/CppunitTest_connectivity_commontools.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/connectivity/CppunitTest_connectivity_commontools.mk b/connectivity/CppunitTest_connectivity_commontools.mk index 6026e807effa..e0f7752edd12 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 \ |