diff options
author | Tor Lillqvist <tml@iki.fi> | 2012-06-04 09:19:25 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2012-06-04 11:41:48 +0300 |
commit | 9c0b624286c1e1148e7bf552704b1a334ebaacfb (patch) | |
tree | d808fac155be711707287f57f3797211eaf8bf5e /ios | |
parent | b45aa8d59351e78660ef504e0c8433c5011e6e09 (diff) |
Seems that URE_INTERNAL_LIB_DIR is now mandatory (it's pointless on iOS)
Change-Id: I17aa913b8947451e4bf57355a7569769a01ef5b4
Diffstat (limited to 'ios')
-rw-r--r-- | ios/qa/sc/filters-test.m | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ios/qa/sc/filters-test.m b/ios/qa/sc/filters-test.m index 65db932ee6d0..8dd142a9a09a 100644 --- a/ios/qa/sc/filters-test.m +++ b/ios/qa/sc/filters-test.m @@ -120,6 +120,7 @@ didFinishLaunchingWithOptions: (NSDictionary *) launchOptions "--protector", "dummy-libunobootstrapprotector", "unobootstrapprotector", + "placeholder-ure-internal-lib-dir", "placeholder-uno-types", "placeholder-uno-services" }; @@ -128,6 +129,8 @@ didFinishLaunchingWithOptions: (NSDictionary *) launchOptions NSString *app_root_escaped = [[[NSBundle mainBundle] bundlePath] stringByAddingPercentEscapesUsingEncoding: NSUTF8StringEncoding]; + argv[argc-3] = "-env:URE_INTERNAL_LIB_DIR=file:///"; + NSString *uno_types = @"-env:UNO_TYPES="; uno_types = [uno_types stringByAppendingString: @"file://"]; |