Skip to content

Commit

Permalink
OUYA: Bump to recommended API 16
Browse files Browse the repository at this point in the history
  • Loading branch information
sev- committed Aug 30, 2016
1 parent 62b3c00 commit 8d6a6fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions configure
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 8d6a6fb

Please sign in to comment.