编译报错
make[1]: /Users/xxxxxx/android-ndk-r10e/toolchains/x86-4.8/prebuilt/darwin-x86_64/bin/i686-linux-android-clang: Command not found
在src/MakeFile有这么一行
# Use Clang for OSX host.
# XXX:remove this when build Android on OSX (mark by u0u0)
ifeq (Darwin,$(HOST_SYS))
DEFAULT_CC= clang
endif
看第一句的注释就知道怎么改了
网友评论