openfl / lime

A foundational Haxe framework for cross-platform development
https://lime.openfl.org/
MIT License
761 stars 375 forks source link

Test using NDK r21e. #1659

Closed player-03 closed 1 year ago

player-03 commented 1 year ago

hxcpp 4.3.2 introduced an error when using GCC to compile projects. By switching to an NDK >= 20, we can make it use Clang instead, and hopefully avoid the error.

We might want to do this anyway, since NDK 15 is so old.

player-03 commented 1 year ago

Oh whoops, this requires updates from 8.2.0-Dev, including 4d096d03e22c9377dfa8cef13d39af37071123e6 at minimum.

player-03 commented 1 year ago

...And of course 8.2.0-Dev is already using r21e. Guess there isn't much to do here.