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:
18
project/jni/python/src/conftest.c
Normal file
18
project/jni/python/src/conftest.c
Normal file
@@ -0,0 +1,18 @@
|
||||
/* confdefs.h. */
|
||||
#define _GNU_SOURCE 1
|
||||
#define _NETBSD_SOURCE 1
|
||||
#define __BSD_VISIBLE 1
|
||||
#define _BSD_TYPES 1
|
||||
#define _DARWIN_C_SOURCE 1
|
||||
#define _XOPEN_SOURCE 600
|
||||
#define _XOPEN_SOURCE_EXTENDED 1
|
||||
#define _POSIX_C_SOURCE 200112L
|
||||
/* end confdefs.h. */
|
||||
|
||||
int
|
||||
main ()
|
||||
{
|
||||
|
||||
;
|
||||
return 0;
|
||||
}
|
||||
Reference in New Issue
Block a user