-
Notifications
You must be signed in to change notification settings - Fork 437
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
adept to new ndk releases #106
Comments
Are you aware of gists? :-) Btw, thanks. |
shackra
added a commit
to esavara/android-cmake
that referenced
this issue
Nov 9, 2023
integrate fix from taka-no-me#106
this isn't working in 2023 |
You probably no longer need it in 2023: CMake ships with some support, and the NDK itself ships with the rest of the support, so you would only need it if you are still stuck using end-of-life NDK versions. |
Yes, I found out that: https://gitlab.com/sotsfgs/poker-utils-for-godot/-/blob/master/.gitlab-ci.yml?ref_type=heads#L37
it was a breeze to cross compile for Android.
…--
Jorge
El lunes, 20 de noviembre de 2023 a las 18:20, R. Pavlik ***@***.***> escribió:
You probably no longer need it in 2023: CMake ships with some support, and the NDK itself ships with the rest of the support, so you would only need it if you are still stuck using end-of-life NDK versions.
—
Reply to this email directly, [view it on GitHub](#106 (comment)), or [unsubscribe](https://github.com/notifications/unsubscribe-auth/AAIBT4FKTCCNQKNJP2GKZZ3YFPXTHAVCNFSM4FBWMTW2U5DIOJSWCZC7NNSXTN2JONZXKZKDN5WW2ZLOOQ5TCOBSGAYDCNRTGQYQ).
You are receiving this because you commented.Message ID: ***@***.***>
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The project here is really helpful however a bit out of date. ndk changed its structure so new version (later than r14) will not work. So I modify a little of the project for new ndk releases. Since I don't have the right to push. I just pasted the code here. Hope it will help.
android.toolchain.cmake:
The text was updated successfully, but these errors were encountered: