You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to build the project for multiple platforms, everything works fine except for android, minilua includes limits.h that itself includes a header that does not exist in NDK.
minilua is only needed in the build system because the host system might not have a Lua interpreter installed, the makefile can be set to use a system provided one with the HOST_LUA make variable.
Hi,
I am trying to build the project for multiple platforms, everything works fine except for android, minilua includes limits.h that itself includes a header that does not exist in NDK.
https://stackoverflow.com/questions/52196472/using-ubuntu-header-lib-in-android-ndk
The text was updated successfully, but these errors were encountered: