diff options
author | Yong Li <yong@topologyinc.com> | 2015-05-04 09:41:34 -0400 |
---|---|---|
committer | Yong Li <yong@topologyinc.com> | 2015-05-04 09:41:34 -0400 |
commit | 57aa839cafbd880a8db421071f53d8e38a68b3bd (patch) | |
tree | 63fbc8702b1fac8c95d31e9d71ca1172cd2dbf19 /README.md | |
parent | 891cc5045f613955c6f766f1875a024483b3b972 (diff) | |
download | libgit2-57aa839cafbd880a8db421071f53d8e38a68b3bd.tar.gz |
Android build doesn't need deps/regex
deps/regex was included in Android build because Android NDK 4 has
a packaging bug and doesn't have the regular expression functions defined
in its libc.so. The bug has been fixed in subsequent Android NDK releases.
If it is still necessary to work around the bug in Android NDK 4, we
should consider to use an option like ANDROID_NDK_RELEASE or
ANDROID_NDK_RELEASE_NUM.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -163,7 +163,7 @@ with full path to the toolchain): SET(CMAKE_FIND_ROOT_PATH_MODE_LIBRARY ONLY) SET(CMAKE_FIND_ROOT_PATH_MODE_INCLUDE ONLY) -Add `-DCMAKE_TOOLCHAIN_FILE={pathToToolchainFile} -DANDROID=1` to cmake command +Add `-DCMAKE_TOOLCHAIN_FILE={pathToToolchainFile}` to cmake command when configuring. Language Bindings |