[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[tor-commits] [orbot/master] ensure x86_64 case of NDK is supported
commit 50519d8a0bbadbe54697dbe6bec118fb26eb013d
Author: Nathan Freitas <nathan@xxxxxxxxxxx>
Date: Wed Feb 4 16:29:03 2015 -0500
ensure x86_64 case of NDK is supported
---
external/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/external/Makefile b/external/Makefile
index 8e0e082..37563a7 100644
--- a/external/Makefile
+++ b/external/Makefile
@@ -16,7 +16,7 @@ EXTERNAL_ROOT := $(shell pwd)
# user building this will have to manually set NDK_PROCESSOR or NDK_TOOLCHAIN.
CPU := $(shell uname -m)
ifeq ($(CPU),x86_64)
- NDK_PROCESSOR=x86
+ NDK_PROCESSOR=x86_64
else
NDK_PROCESSOR=x86
endif
_______________________________________________
tor-commits mailing list
tor-commits@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits