diff options
author | Sven Gothel <[email protected]> | 2011-08-04 08:34:29 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2011-08-04 08:34:29 +0200 |
commit | 847d4d93f28423d9f4bc1f3c4e02c936f90d0798 (patch) | |
tree | ec4b88e9ca9520707a7c45fda6a6c7841348cf92 /make/scripts | |
parent | d522b4dffd5d569c4116275d6ef278bb0741c79d (diff) |
Add define '__X11__', is isX11 ; Android attach system include folders via -isystem (which come after -I)
Diffstat (limited to 'make/scripts')
-rwxr-xr-x | make/scripts/make.gluegen.all.android-armv7-cross.sh | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/make/scripts/make.gluegen.all.android-armv7-cross.sh b/make/scripts/make.gluegen.all.android-armv7-cross.sh index 6cbd5cf..23b13b7 100755 --- a/make/scripts/make.gluegen.all.android-armv7-cross.sh +++ b/make/scripts/make.gluegen.all.android-armv7-cross.sh @@ -76,8 +76,6 @@ export NDK_READELF=${NDK_XBIN_PATH}/${TARGET_ARCH}-readelf export PATH=${NDK_XBIN_PATH}:$PATH -export NDK_INCLUDE="-I${TARGET_OS_PATH}/include" - export NDK_CFLAGS="\ -march=${TARGET_CPU_NAME} \ |