Replies: 1 comment 3 replies
-
I'm not sure it would be useful to debug the android build, but it seems like you just have to add the arch to the makefile in the right spot |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
For development purposes it would be really handy to have a Stockfish for x86-64 Android which then could be run in the Debugger. I tried to make one with
make -j build ARCH=x86-64 COMP=ndk
But the build-process fails immediatly.
Is there a way?
Thanks and Best Regards,
Tobias
Beta Was this translation helpful? Give feedback.
All reactions