diff options
author | Arne Schwabe <arne@rfc2549.org> | 2013-08-07 23:29:05 +0200 |
---|---|---|
committer | Arne Schwabe <arne@rfc2549.org> | 2013-08-07 23:29:05 +0200 |
commit | 89fbc2e73b78fb7aaaf3cfbe95185d5f8f1e3cf1 (patch) | |
tree | 8e8ba4def76bede94806ceee87ea67e92bf115b8 /doc/README.txt | |
parent | 98e81a04548eda145c2cabf8d3a7bd24b74b3971 (diff) |
Fix compiling with Android NDK r9
Diffstat (limited to 'doc/README.txt')
-rw-r--r-- | doc/README.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/README.txt b/doc/README.txt index 7dac5c05..d3b385ab 100644 --- a/doc/README.txt +++ b/doc/README.txt @@ -10,7 +10,7 @@ svn co http://google-breakpad.googlecode.com/svn/trunk/ google-breakpad - Install sdk -- Install ndk (Versions 8c+ give strange linker errors, use 8b for now) +- Install ndk (Version r9 is tested and used by me) - Make sure that ndk-build is in your build path. Do ./misc/build-native.(sh|bat) in the root directory of the project. |