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 /.gitmodules | |
parent | aeeb755bc5d90638e924fe96ef2bc0ab7db0fb8f (diff) |
Link libicucore and add headers to idirafter path.
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 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 |