mirror of
https://github.com/apache/cordova-android.git
synced 2025-01-19 15:12:51 +08:00
Accidentally commented "build" out when running ./run --emulator. Whoops D:
This commit is contained in:
parent
9946d15f23
commit
6fe66ad79c
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user