gnustep / tools-android

Objective-C on Android with Foundation, CoreFoundation, and libdispatch.
MIT License
48 stars 12 forks source link

Building with NDK r25 fails #12

Closed triplef closed 2 years ago

triplef commented 2 years ago

The default NDK version of the GitHub Actions runner images has been updated to r25, which makes the CI builds fail with the following error:

CMake Error at /Users/runner/Library/Android/sdk/ndk/25.1.8937393/build/cmake/android-legacy.toolchain.cmake:168 (message): 15866 Disabling Neon is no longer supported

triplef commented 2 years ago

Fixed via https://github.com/gnustep/tools-android/commit/72cfedee4b0c3b8835d9eabc3d0d96dfce3ca28d.