aboutsummaryrefslogtreecommitdiffhomepage
path: root/example
diff options
context:
space:
mode:
authorGravatar Hoa V. DINH <dinh.viet.hoa@gmail.com>2014-01-16 21:36:08 -0800
committerGravatar Hoa V. DINH <dinh.viet.hoa@gmail.com>2014-01-16 21:36:08 -0800
commit5fc6d09983b41fc02e3601565b0f925e2ae70bc8 (patch)
treebdf63e474dad2b1efed4542a330cb8915d4df263 /example
parent3c9a9fdab616c7ba331d93da474a5bc551b352ec (diff)
Revert "Use ICU of the system (fixed #533)"
Diffstat (limited to 'example')
-rw-r--r--example/ios/iOS UI Test/iOS UI Test.xcodeproj/project.pbxproj8
1 files changed, 6 insertions, 2 deletions
diff --git a/example/ios/iOS UI Test/iOS UI Test.xcodeproj/project.pbxproj b/example/ios/iOS UI Test/iOS UI Test.xcodeproj/project.pbxproj
index f3a94272..37556fc4 100644
--- a/example/ios/iOS UI Test/iOS UI Test.xcodeproj/project.pbxproj
+++ b/example/ios/iOS UI Test/iOS UI Test.xcodeproj/project.pbxproj
@@ -532,7 +532,9 @@
OTHER_LDFLAGS = (
"-lctemplate-ios",
"-letpan-ios",
- "-licucore",
+ "-licudata",
+ "-licui18n",
+ "-licuuc",
"-lxml2",
"-lsasl2",
"-liconv",
@@ -556,7 +558,9 @@
OTHER_LDFLAGS = (
"-lctemplate-ios",
"-letpan-ios",
- "-licucore",
+ "-licudata",
+ "-licui18n",
+ "-licuuc",
"-lxml2",
"-lsasl2",
"-liconv",