Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to build on Android using clang? #20

Closed
yangrq opened this issue Nov 8, 2017 · 1 comment
Closed

How to build on Android using clang? #20

yangrq opened this issue Nov 8, 2017 · 1 comment

Comments

@yangrq
Copy link

yangrq commented Nov 8, 2017

Termux don't have gcc.The only available c/cpp compiler is clang.
Current Makefile will generate an error that "couldn't find gcc-ar".
Thanks!

@zhicheng
Copy link
Contributor

zhicheng commented Nov 8, 2017

gcc-ar is just ar for newer gcc, if you're not use gcc, you can safely remove AR=gcc-ar .

@zhicheng zhicheng closed this as completed Nov 8, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants