aboutsummaryrefslogtreecommitdiff
path: root/dists/androidsdl
diff options
context:
space:
mode:
authorlubomyr2018-01-01 21:31:04 +0200
committerEugene Sandulenko2018-01-26 13:51:38 +0100
commit1c268859006156c0ce810c2b297b6dc082914da0 (patch)
tree3ecc286cef11ed952d50bbea8532af3baa508889 /dists/androidsdl
parentaa56b7fca915e618e74a0155d9a9ed46561693cb (diff)
downloadscummvm-rg350-1c268859006156c0ce810c2b297b6dc082914da0.tar.gz
scummvm-rg350-1c268859006156c0ce810c2b297b6dc082914da0.tar.bz2
scummvm-rg350-1c268859006156c0ce810c2b297b6dc082914da0.zip
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.
Diffstat (limited to 'dists/androidsdl')
-rwxr-xr-xdists/androidsdl/build.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/dists/androidsdl/build.sh b/dists/androidsdl/build.sh
index d46f7614b9..ec65e2a216 100755
--- a/dists/androidsdl/build.sh
+++ b/dists/androidsdl/build.sh
@@ -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