ANDROIDSDL: updated build script, added git checkout to one of previous branch in libSDL, because in master branch of pelya(s) libSDL broken built-in virtual keyboard. I hope it will be fixed soon.

This commit is contained in:
lubomyr 2018-01-01 21:31:04 +02:00 committed by Eugene Sandulenko
parent aa56b7fca9
commit 1c26885900

View File

@ -8,6 +8,7 @@ if [ \! -d ../../../androidsdl ] ; then
git clone git://github.com/pelya/commandergenius androidsdl
cd androidsdl
git submodule update --init project/jni/iconv/src
git checkout d378ee692f2e380a0ab0635c1df2eb6941b5bf58
cd ../scummvm/dists/androidsdl
fi