jie-meng/LuaDroid

lua compile failed on Android

Closed this issue · 2 comments

  • Error:(940, 18) error: no member named 'decimal_point' in 'struct lconv'

  • Error:(188) undefined reference to `log2'

Add these code to luaconf.h would fix compile problem

#if defined(__ANDROID__)
#define lua_getlocaledecpoint() ('.')
#define LUA_USE_C89
#endif