mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-01 13:48:56 +00:00
Android: Allow compilation using Android NDK r10e.
This commit is contained in:
parent
f9b5571ddd
commit
e04778f9eb
2 changed files with 3 additions and 3 deletions
|
@ -171,7 +171,7 @@ String getNdkPath() {
|
|||
def stdout = new ByteArrayOutputStream()
|
||||
|
||||
exec {
|
||||
// ndk-build.cmd is a file unique to the root directory of android-ndk-r10d.
|
||||
// ndk-build.cmd is a file unique to the root directory of android-ndk-r10e.
|
||||
commandLine 'locate', 'ndk-build.cmd'
|
||||
standardOutput = stdout
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue