Fix
This commit is contained in:
parent
643901a0d4
commit
b2355d5f34
1 changed files with 1 additions and 1 deletions
|
@ -211,7 +211,7 @@ task buildOsmAndCore(type: Exec) {
|
|||
description "Build Legacy OsmAndCore"
|
||||
|
||||
if (!Os.isFamily(Os.FAMILY_WINDOWS)) {
|
||||
commandLine "sh", file("../old-ndk-build.sh").getAbsolutePath()
|
||||
commandLine "sh", file("./old-ndk-build.sh").getAbsolutePath()
|
||||
} else {
|
||||
commandLine ""
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue