| Index: sdk/bin/pub
|
| diff --git a/sdk/bin/pub b/sdk/bin/pub
|
| index 20e9d3d8970760283c5239605addb1f998482f08..5dda6113ec7bdbaf94b743d20fea9cd9fe53513a 100755
|
| --- a/sdk/bin/pub
|
| +++ b/sdk/bin/pub
|
| @@ -47,8 +47,8 @@ then
|
| DIRS=$( ls "$OUT_DIR" )
|
| # list of possible configurations in decreasing desirability
|
| CONFIGS=("ReleaseX64" "ReleaseIA32" "DebugX64" "DebugIA32"
|
| - "ReleaseARM" "ReleaseARM64" "ReleaseARMV5TE" "ReleaseMIPS"
|
| - "DebugARM" "DebugARM64" "DebugARMV5TE" "DebugMIPS")
|
| + "ReleaseARM" "ReleaseARM64" "ReleaseARMV5TE"
|
| + "DebugARM" "DebugARM64" "DebugARMV5TE")
|
| DART_CONFIGURATION="None"
|
| for CONFIG in ${CONFIGS[*]}
|
| do
|
|
|