| Index: ports/zlib/build.sh
|
| diff --git a/ports/zlib/build.sh b/ports/zlib/build.sh
|
| index a2e6f77cfe758fc01dac93c1b5db140b288778da..f5424849ace2ebbe5093e3d2fa057e6ed3adb2c0 100644
|
| --- a/ports/zlib/build.sh
|
| +++ b/ports/zlib/build.sh
|
| @@ -54,7 +54,7 @@ RunExample() {
|
| TestStep() {
|
| RunExample
|
| RunMinigzip
|
| - if [[ ${NACL_ARCH} == pnacl ]]; then
|
| + if [[ ${NACL_ARCH} == pnacl || ${NACL_ARCH} == le32 ]]; then
|
| # Run the minigzip tests again but with x86-32 and arm translations
|
| WriteLauncherScript minigzip minigzip.x86-32.nexe
|
| RunMinigzip
|
|
|