Hash : fe6c797c Author : Date : 2015-04-10T23:30:31
Fixed an iOS view orientation issue when SDL_GL_CreateContext or SDL_CreateRenderer is called.
Download
1 2 3 4 5
#!/bin/sh # change to directory above shell file SCRIPTPATH=`readlink -f $0` SCRIPTDIR=`dirname $SCRIPTPATH` cd $SCRIPTDIR/.. $SCRIPTDIR//premake4 --file=../premake4.lua --to=./Linux clean