mirror of
https://github.com/RetroShare/libretroshare.git
synced 2026-09-12 19:50:03 +05:00
Fix Android toolchain preparation script path
Path changed after repository modularization
This commit is contained in:
parent
70d6092cf3
commit
622f3ad173
@ -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())
|
||||
{
|
||||
|
||||
Loading…
Reference in New Issue
Block a user