ensure x86_64 case of NDK is supported
This commit is contained in:
parent
a41367cf50
commit
50519d8a0b
|
@ -16,7 +16,7 @@ EXTERNAL_ROOT := $(shell pwd)
|
||||||
# user building this will have to manually set NDK_PROCESSOR or NDK_TOOLCHAIN.
|
# user building this will have to manually set NDK_PROCESSOR or NDK_TOOLCHAIN.
|
||||||
CPU := $(shell uname -m)
|
CPU := $(shell uname -m)
|
||||||
ifeq ($(CPU),x86_64)
|
ifeq ($(CPU),x86_64)
|
||||||
NDK_PROCESSOR=x86
|
NDK_PROCESSOR=x86_64
|
||||||
else
|
else
|
||||||
NDK_PROCESSOR=x86
|
NDK_PROCESSOR=x86
|
||||||
endif
|
endif
|
||||||
|
|
Loading…
Reference in New Issue