diff options
author | Jay Freeman (saurik) <saurik@saurik.com> | 2014-05-19 06:53:04 -0700 |
---|---|---|
committer | Jay Freeman (saurik) <saurik@saurik.com> | 2014-05-19 06:53:04 -0700 |
commit | 8e57d50b6f15363b635f15c94bb24e0674b804e0 (patch) | |
tree | 1d11cc4101cd1a1f6a71f2f10c4fe11d8fb49554 /makefile | |
parent | aeeb755bc5d90638e924fe96ef2bc0ab7db0fb8f (diff) |
Link libicucore and add headers to idirafter path.
Diffstat (limited to 'makefile')
-rw-r--r-- | makefile | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 := |