aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorEugene Sandulenko2016-08-30 21:15:35 +0200
committerEugene Sandulenko2016-08-30 21:15:35 +0200
commit8d6a6fb982d3eced17081c6bf7dfe34ace23e4f7 (patch)
tree5c331fb052b352be895ef2ee3c3ccbdef6de2e1f /configure
parent62b3c00da3b95fe4e25aa5b937ea56e1ff0072dc (diff)
downloadscummvm-rg350-8d6a6fb982d3eced17081c6bf7dfe34ace23e4f7.tar.gz
scummvm-rg350-8d6a6fb982d3eced17081c6bf7dfe34ace23e4f7.tar.bz2
scummvm-rg350-8d6a6fb982d3eced17081c6bf7dfe34ace23e4f7.zip
OUYA: Bump to recommended API 16
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index ece7eaacd3..5975cf4457 100755
--- a/configure
+++ b/configure
@@ -2305,7 +2305,7 @@ case $_host_os in
append_var CXXFLAGS "-mfloat-abi=softfp"
append_var CXXFLAGS "-mfpu=neon"
ABI="armeabi-v7a"
- ANDROID_PLATFORM=4
+ ANDROID_PLATFORM=16
ANDROID_PLATFORM_ARCH="arm"
;;
esac
@@ -4140,7 +4140,7 @@ int main(int argc, char *argv[]) { SDLNet_Init(); return 0; }
EOF
cc_check $LIBS $INCLUDES $SDL_NET_CFLAGS $SDL_NET_LIBS -lSDL_net && _sdlnet=yes
fi
-if test "$_sdlnet" = yes ; then
+if test "$_sdlnet" = yes ; then
append_var LIBS "$SDL_NET_LIBS -lSDL_net"
append_var INCLUDES "$SDL_NET_CFLAGS"
fi