[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: 5.2 on android
- From: Patrick Rapin <toupie300@...>
- Date: Mon, 13 Aug 2012 15:04:31 +0200
> #if ANDROID
Well, according to your Stackoverflow linked page, it should in fact be:
#ifdef __ANDROID__
And, as Luiz already pointed out, placed in luaconf.h instead of llex.c