summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitmodules3
m---------icu0
-rw-r--r--makefile4
3 files changed, 7 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules
index 0ded40f..f66923f 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -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
+Subproject 73c04bcfe1096173b00431f0cdc742894b15eef
diff --git a/makefile b/makefile
index 34849cb..f4834ce 100644
--- 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 :=