VCMI is running properly on Android

This commit is contained in:
pelya
2011-06-14 14:35:03 +03:00
parent fd555437de
commit ae93866036
6 changed files with 253 additions and 117 deletions

View File

@@ -1,4 +1,7 @@
#!/bin/sh
make -j4 2>&1 | tee build.log
[ -f libapplication.so ] || exit 1
exit 0