X-Git-Url: http://git.xonotic.org/?p=xonotic%2Fxonotic.git;a=blobdiff_plain;f=misc%2Fbuildsrc%2Fsdl.sh;h=6aa2e572ee5eea4f50b791641dd39ea643a0207b;hp=e1e794ab76e1d2b1f76dcc5b1639eb078222e5f4;hb=1e434bee7af23e6dfd2130a8eadd131e5da3d643;hpb=c40448285437999d5a83a3c9adb62c58ba8640bc diff --git a/misc/buildsrc/sdl.sh b/misc/buildsrc/sdl.sh index e1e794ab..6aa2e572 100755 --- a/misc/buildsrc/sdl.sh +++ b/misc/buildsrc/sdl.sh @@ -16,7 +16,7 @@ leave() { } enter -curl -O http://libsdl.org/release/SDL2-2.0.5.dmg +curl -O http://libsdl.org/release/SDL2-2.0.10.dmg 7z x *.dmg 7z x *.hfs rm -rf "$buildfiles/osx/Xonotic.app/Contents/Frameworks/SDL2.framework/Versions/A" @@ -25,7 +25,7 @@ git add "$buildfiles/osx/Xonotic.app/Contents/Frameworks/SDL2.framework/Versions leave enter -curl -O http://libsdl.org/release/SDL2-2.0.5.tar.gz +curl -O http://libsdl.org/release/SDL2-2.0.10.tar.gz tar xvf *.tar.gz cd SDL2*/ LD_LIBRARY_PATH="$HOME/opt/cross_toolchain_32/x86_64-slackware-linux/i686-w64-mingw32/lib:$HOME/opt/cross_toolchain_32/libexec/gcc/i686-w64-mingw32/4.8.3" \