]> git.saurik.com Git - cydia.git/commitdiff
Link libicucore and add headers to idirafter path.
authorJay Freeman (saurik) <saurik@saurik.com>
Mon, 19 May 2014 13:53:04 +0000 (06:53 -0700)
committerJay Freeman (saurik) <saurik@saurik.com>
Mon, 19 May 2014 13:53:04 +0000 (06:53 -0700)
.gitmodules
icu [new submodule]
makefile

index 0ded40f7b37a903b8bc7474b2ba93c25dab96b28..f66923f8be7fe453e3038ff48afb9f654b403651 100644 (file)
@@ -1,3 +1,6 @@
 [submodule "SDURLCache"]
        path = SDURLCache
        url = https://github.com/SaurikIT/SDURLCache.git
+[submodule "icu"]
+       path = icu
+       url = git://git.saurik.com/apple/icu.git
diff --git a/icu b/icu
new file mode 160000 (submodule)
index 0000000..73c04bc
--- /dev/null
+++ b/icu
@@ -0,0 +1 @@
+Subproject commit 73c04bcfe1096173b00431f0cdc742894b15eef0
index 34849cb98737a178a983df5f4b0088769e31ef41..f4834cef1912713fd702f56f2625a69b83ee6c59 100644 (file)
--- a/makefile
+++ b/makefile
@@ -13,6 +13,9 @@ flags += -fmessage-length=0
 flags += -g0 -O2
 flags += -fvisibility=hidden
 
+flags += -idirafter icu/icuSources/common
+flags += -idirafter icu/icuSources/i18n
+
 flags += -Wall
 
 flags += -Wno-unknown-warning-option
@@ -41,6 +44,7 @@ libs += -framework WebKit
 
 libs += -lapr-1
 libs += -lapt-pkg
+libs += -licucore
 libs += -lpcre
 
 uikit :=