[tor-commits] [orbot/master] ensure x86_64 case of NDK is supported
    n8fr8 at torproject.org 
    n8fr8 at torproject.org
       
    Fri Apr  3 17:04:05 UTC 2015
    
    
  
commit 50519d8a0bbadbe54697dbe6bec118fb26eb013d
Author: Nathan Freitas <nathan at freitas.net>
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
    
    
More information about the tor-commits
mailing list