Added Python (Thanks to Beholder) - it fails to build properly using my build system,
so there's a precompiled binary included, with a hack in Android.mk to make it work on NDK r4b
This commit is contained in:
11
project/jni/python/src/Python/dynload_stub.c
Normal file
11
project/jni/python/src/Python/dynload_stub.c
Normal file
@@ -0,0 +1,11 @@
|
||||
|
||||
/* This module provides the necessary stubs for when dynamic loading is
|
||||
not present. */
|
||||
|
||||
#include "Python.h"
|
||||
#include "importdl.h"
|
||||
|
||||
|
||||
const struct filedescr _PyImport_DynLoadFiletab[] = {
|
||||
{0, 0}
|
||||
};
|
||||
Reference in New Issue
Block a user