-
Notifications
You must be signed in to change notification settings - Fork 137
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
No rule to make target '/bin/mkrename' (and similar) when cross-compiling for Android #308
Comments
Hello, |
Issue #249 seems related. I'll also try to adapt the script linked there... |
The pure CMake approach is
|
can be simplified to
but this requires CMake 3.15+, and NDK comes only with CMake 3.10.2 for now. |
This was referenced Mar 2, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I've tried to follow "Importing SLEEF into your project" section of https://sleef.org/compile.xhtml:
This produces
Without
${ANDROID_FLAGS}
SLEEF builds successfully, but of course can't be used on Android.The text was updated successfully, but these errors were encountered: