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:
9
project/jni/python/src/Lib/plat-unixware7/regen
Normal file
9
project/jni/python/src/Lib/plat-unixware7/regen
Normal file
@@ -0,0 +1,9 @@
|
||||
#! /bin/sh
|
||||
case `uname -sr` in
|
||||
UnixWare*) ;;
|
||||
*) echo Probably not on a UnixWare system 1>&2
|
||||
exit 1;;
|
||||
esac
|
||||
set -v
|
||||
h2py -i '(u_long)' /usr/include/netinet/in.h
|
||||
h2py /usr/include/sys/stropts.h
|
||||
Reference in New Issue
Block a user