mirror of https://github.com/BOINC/boinc.git
android: Fix build environment check.
This commit is contained in:
parent
235d5036ed
commit
14c8cea7cf
|
@ -8,6 +8,6 @@
|
||||||
|
|
||||||
export ANDROIDTC="$HOME/androidx86-tc"
|
export ANDROIDTC="$HOME/androidx86-tc"
|
||||||
|
|
||||||
if [ ! -d $ANDROIDTC/i686-android-linux ]; then
|
if [ ! -d $ANDROIDTC/i686-linux-android ]; then
|
||||||
$NDKROOT/build/tools/make-standalone-toolchain.sh --platform=android-9 --arch=x86 --install-dir=$ANDROIDTC
|
$NDKROOT/build/tools/make-standalone-toolchain.sh --platform=android-9 --arch=x86 --install-dir=$ANDROIDTC
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in New Issue