AGS (com.bigbluecup.android.launcher): fix build, maybe

This commit is contained in:
Ciaran Gultnieks 2014-01-16 09:00:28 +00:00
parent 86bd7ea698
commit 14e7749285

View file

@ -32,7 +32,7 @@ Repo:git://github.com/adventuregamestudio/ags.git
# ignored files
Build:3.3.0-beta,1
commit=v.3.3.0-beta
init=cd ../.. && -iregex ".+\.\(a\|dll\|so\|exe\|lib\)" -type f -delete && \
init=cd ../.. && find -iregex ".+\.\(a\|dll\|so\|exe\|lib\)" -type f -delete && \
git submodule foreach git checkout d6f13daef9
build=cd ../buildlibs && find -name "*.sh" -exec chmod +x {} + && ./buildall.sh
patch=ndkr9.patch