On Mon, May 8, 2017 at 9:19 PM, Emil Velikov wrote:
> On 5 May 2017 at 23:40, Chad Versace wrote:
>> On Fri 05 May 2017, Nicolas Boichat wrote:
>>> From: Nicolas Boichat
>>>
>>> On ARM Android platforms, the host_os tuple should be linux-androideabi,
>>> so let's match both -android and -android
On 5 May 2017 at 23:40, Chad Versace wrote:
> On Fri 05 May 2017, Nicolas Boichat wrote:
>> From: Nicolas Boichat
>>
>> On ARM Android platforms, the host_os tuple should be linux-androideabi,
>> so let's match both -android and -androideabi (or any other
>> -android* tuple) to determine if we sh
On Fri 05 May 2017, Nicolas Boichat wrote:
> From: Nicolas Boichat
>
> On ARM Android platforms, the host_os tuple should be linux-androideabi,
> so let's match both -android and -androideabi (or any other
> -android* tuple) to determine if we should do an Android build.
> ---
> configure.ac | 2
From: Nicolas Boichat
On ARM Android platforms, the host_os tuple should be linux-androideabi,
so let's match both -android and -androideabi (or any other
-android* tuple) to determine if we should do an Android build.
---
configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff