mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2024-11-14 21:37:52 -07:00
Merge pull request #2366 from sigmabeta/master
Fix the ABI/toolchain table in Readme.md.
This commit is contained in:
commit
1d351ba20e
@ -67,7 +67,7 @@ Replace `<git-path>` with the absolute path to your machine's Git executable, <n
|
||||
path to where you installed your NDK, and the rest depending on which platform the Android device you are
|
||||
targeting uses:
|
||||
|
||||
|Platform | <abi> | <toolchain> |
|
||||
|Platform | abi | toolchain |
|
||||
|-------------------------|-------------|---------------------------|
|
||||
|ARM 32-bit (most devices)| armeabi-v7a | arm-linux-androideabi-4.9 |
|
||||
|ARM 64-bit (i.e. Nexus 9)| arm64-v8a | aarch64-linux-android-4.9 |
|
||||
|
Loading…
Reference in New Issue
Block a user