cnlohr / rawdrawandroid

Build android apps without any java, entirely in C and Make
MIT License
3.55k stars 226 forks source link

Fix include path error #41

Closed muffledMitosis closed 3 years ago

muffledMitosis commented 3 years ago

The path /sysroot/usr/include/android no longer exists within the Ndk, it seems to be located under toolchains/llvm/prebuilt/$(OS_NAME)/

cnlohr commented 3 years ago

We have approached this issue by adding additional paths. Will not support changing of paths for the sake of people on older toolchains.