| Index: ports/devenv-latest/build.sh
|
| diff --git a/ports/devenv-latest/build.sh b/ports/devenv-latest/build.sh
|
| index e492d157b14ceac1b0944fcae2c6ed77d0d92ea3..20d271fa54956497186b34788d5bc81b623512c9 100644
|
| --- a/ports/devenv-latest/build.sh
|
| +++ b/ports/devenv-latest/build.sh
|
| @@ -19,7 +19,7 @@ PostInstallTestStep() {
|
| echo "Skipping devenv tests on unsupported mac + x86_64 configuration."
|
| elif [[ ${NACL_ARCH} == arm ]]; then
|
| echo "Skipping devenv tests on arm for now."
|
| - elif [[ ${NACL_ARCH} == pnacl ]]; then
|
| + elif [[ ${NACL_ARCH} == pnacl || ${NACL_ARCH} == le32 ]]; then
|
| arches="i686 x86_64"
|
| else
|
| arches="${NACL_ARCH}"
|
|
|