From 8e57d50b6f15363b635f15c94bb24e0674b804e0 Mon Sep 17 00:00:00 2001 From: "Jay Freeman (saurik)" Date: Mon, 19 May 2014 06:53:04 -0700 Subject: Link libicucore and add headers to idirafter path. --- makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'makefile') 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 := -- cgit v1.2.3