Index: examples/scriptable/crypto/Makefile |
diff --git a/examples/scriptable/crypto/Makefile b/examples/scriptable/crypto/Makefile |
index f93d360c7da47e8841092d5b8c1abadf30f97bd4..db687828c71f308427883171ed87f652b1071fa6 100644 |
--- a/examples/scriptable/crypto/Makefile |
+++ b/examples/scriptable/crypto/Makefile |
@@ -62,11 +62,11 @@ clean: |
# Build the required packages. |
$(TOMCRYPT_32): |
(cd $(NACLPORTS_ROOT)/packages/scripts/libtomcrypt-1.17; \ |
- export NACL_PACKAGES_BITSIZE=32; \ |
+ export NACL_ARCH=i686; \ |
./nacl-libtomcrypt-1.17.sh) |
$(TOMCRYPT_64): |
(cd $(NACLPORTS_ROOT)/packages/scripts/libtomcrypt-1.17; \ |
- export NACL_PACKAGES_BITSIZE=64; \ |
+ export NACL_ARCH=x86_64; \ |
./nacl-libtomcrypt-1.17.sh) |