Closed player-03 closed 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.
Oh whoops, this requires updates from 8.2.0-Dev, including 4d096d03e22c9377dfa8cef13d39af37071123e6 at minimum.
...And of course 8.2.0-Dev is already using r21e. Guess there isn't much to do here.
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.