Make minilens compile on 32 bit machines too

This commit is contained in:
est31 2015-05-07 17:02:30 +02:00
parent d24a1c4350
commit 39dcbbb9e8

View file

@ -40,7 +40,7 @@ Build:1.1,1
mkdir -p ~/.godot/templates/ && \
cp platform/android/java/bin/Godot-release-unsigned.apk ~/.godot/templates/android_release.apk && \
cd ../minilens && \
../godot/bin/godot_server.server.tools.64 -export Android ../minilens.apk
../godot/bin/godot_server.server.tools.* -export Android ../minilens.apk
buildjni=no
Auto Update Mode:None