From: Jay Freeman (saurik) Date: Mon, 19 May 2014 13:53:04 +0000 (-0700) Subject: Link libicucore and add headers to idirafter path. X-Git-Tag: v1.1.10~47 X-Git-Url: https://git.saurik.com/cydia.git/commitdiff_plain/8e57d50b6f15363b635f15c94bb24e0674b804e0 Link libicucore and add headers to idirafter path. --- diff --git a/.gitmodules b/.gitmodules index 0ded40f7..f66923f8 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 index 00000000..73c04bcf --- /dev/null +++ b/icu @@ -0,0 +1 @@ +Subproject commit 73c04bcfe1096173b00431f0cdc742894b15eef0 diff --git a/makefile b/makefile index 34849cb9..f4834cef 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 :=