Index: libraries/x264-snapshot-20091023-2245/nacl-x264-snapshot-20091023-2245.sh |
diff --git a/libraries/x264-snapshot-20091023-2245/nacl-x264-snapshot-20091023-2245.sh b/libraries/x264-snapshot-20091023-2245/nacl-x264-snapshot-20091023-2245.sh |
index bdc9dc21a113c31e2882eebfd657d9f1f75cb4d9..d6a4ef9dff7336a0562764cdaef72d1b4a28b6a7 100755 |
--- a/libraries/x264-snapshot-20091023-2245/nacl-x264-snapshot-20091023-2245.sh |
+++ b/libraries/x264-snapshot-20091023-2245/nacl-x264-snapshot-20091023-2245.sh |
@@ -31,7 +31,7 @@ CustomConfigureStep() { |
ChangeDir ${NACL_PACKAGES_REPOSITORY}/${PACKAGE_NAME} |
local naclhost |
- if [ "${NACL_PACKAGES_BITSIZE}" == pnacl ]; then |
+ if [ "${NACL_ARCH}" = pnacl ]; then |
naclhost=pnacl |
else |
naclhost=x86-nacl-linux |