(moving this over to pd-dev)
On 06/15/13 09:21, Joel Matthys wrote:
Hi Hans.
The Makefile fails for Android on Linux 64 bit. I tracked it down to line 149:
$(NDK_BASE)/toolchains/$(NDK_ABI)*-$(NDK_COMPILER_VERSION)/prebuilt/$(NDK_UNAME)-x86)
should be:
$(NDK_BASE)/toolchains/$(NDK_ABI)*-$(NDK_COMPILER_VERSION)/prebuilt/$(NDK_UNAME)-x86*)
will this work if multiple toolchains are installed at the same time? (multiarch).
fg,asdr IOhannes