Accidentally commented "build" out when running ./run --emulator. Whoops D:

This commit is contained in:
Fil Maj 2013-06-21 14:23:40 -07:00
parent 9946d15f23
commit 6fe66ad79c

View File

@ -66,7 +66,7 @@ elif [[ "$#" -eq 1 ]] ; then
$DIR/build
$DIR/lib/install-device
elif [[ $1 == "--emulator" ]] ; then
#$DIR/build
$DIR/build
run_on_emulator
elif [[ $1 =~ "--target=" ]]; then
$DIR/build