Fix Android toolchain preparation script path

Path changed after repository modularization
This commit is contained in:
Gioacchino Mazzurco 2022-01-17 17:24:58 +01:00
parent 70d6092cf3
commit 622f3ad173
No known key found for this signature in database
GPG Key ID: A1FBCA3872E87051

View File

@ -64,7 +64,7 @@ ext.buildLibretroshareNativeLib =
def currToolchainPath = "$toolchainsWorkdir/$pApiLevel-$toolchainArch/"
// Todo: use proper way to resolve the script path
def toolChainScriptPath = "${projectDir}/../build_scripts/Android/prepare-toolchain-clang.sh"
def toolChainScriptPath = "${projectDir}/misc/Android/prepare-toolchain-clang.sh"
if(!pReuseToolchain || !file(currToolchainPath).exists())
{