summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorYong Li <yong@topologyinc.com>2015-05-04 09:41:34 -0400
committerYong Li <yong@topologyinc.com>2015-05-04 09:41:34 -0400
commit57aa839cafbd880a8db421071f53d8e38a68b3bd (patch)
tree63fbc8702b1fac8c95d31e9d71ca1172cd2dbf19 /README.md
parent891cc5045f613955c6f766f1875a024483b3b972 (diff)
downloadlibgit2-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.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 882924231..cfc701d39 100644
--- a/README.md
+++ b/README.md
@@ -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