mirror of https://github.com/BOINC/boinc.git
Add export CREATED_NDK_FOLDER="no" for user delete the cache folder.
The script will download the ndk folder again even if the user have the CREATED_NDK_FOLDER="yes" from previouse builds.
This commit is contained in:
parent
d1480b98da
commit
893caeb2a3
|
@ -153,6 +153,7 @@ if [ $ci = "yes" ]; then
|
|||
createNDKFolder
|
||||
else
|
||||
if [ ! -e "${NDK_FLAGFILE}" ]; then
|
||||
export CREATED_NDK_FOLDER="no"
|
||||
createNDKFolder
|
||||
touch "${NDK_FLAGFILE}"
|
||||
fi
|
||||
|
|
Loading…
Reference in New Issue