summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index 794c6fb..fbf160d 100644
--- a/README.md
+++ b/README.md
@@ -14,7 +14,8 @@ forgiving for incorrect implementation :D.
## Building
```shell
-make CFLAGS="-m32 -g" LDFLAGS="-m32"
+# to compile for android ABI x86 <https://developer.android.com/ndk/guides/abis>
+make x86
```
Other than x86 is currently untested and probably doesn't work.