Skip to content

Commit

Permalink
external: update sdl to version 2.30.7
Browse files Browse the repository at this point in the history
  • Loading branch information
scribam committed Sep 5, 2024
1 parent f010175 commit 8a10714
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/c-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,9 +93,9 @@ jobs:
choco install ccache
if: matrix.os == 'windows-latest'

- name: Set up SDL 2.30.5 (ubuntu-latest)
- name: Set up SDL 2.30.7 (ubuntu-latest)
run: |
SDL2VER=2.30.5
SDL2VER=2.30.7
if [[ ! -e ~/.ccache ]]; then
mkdir ~/.ccache
fi
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,9 @@ jobs:
with:
submodules: recursive

- name: Set up SDL 2.30.5 (ubuntu-latest)
- name: Set up SDL 2.30.7 (ubuntu-latest)
run: |
SDL2VER=2.30.5
SDL2VER=2.30.7
if [[ ! -e ~/.ccache ]]; then
mkdir ~/.ccache
fi
Expand Down
2 changes: 1 addition & 1 deletion external/sdl
Submodule sdl updated 36 files
+2 −2 macos/SDL2.framework/Versions/A/Headers/SDL_revision.h
+3 −0 macos/SDL2.framework/Versions/A/Headers/SDL_stdinc.h
+1 −1 macos/SDL2.framework/Versions/A/Headers/SDL_version.h
+2 −2 macos/SDL2.framework/Versions/A/Resources/Info.plist
+ macos/SDL2.framework/Versions/A/SDL2
+9 −9 macos/SDL2.framework/Versions/A/_CodeSignature/CodeResources
+176 −176 windows/docs/README-gdk.md
+19 −19 windows/docs/README-git.md
+4 −4 windows/docs/README-hg.md
+27 −27 windows/docs/README-kmsbsd.md
+4 −4 windows/docs/README-macos.md
+28 −28 windows/docs/README-n3ds.md
+44 −44 windows/docs/README-ngage.md
+92 −92 windows/docs/README-os2.md
+41 −41 windows/docs/README-riscos.md
+60 −60 windows/docs/README-versions.md
+114 −114 windows/docs/README-visualc.md
+33 −33 windows/docs/README-vita.md
+58 −58 windows/docs/README-windows.md
+0 −445 windows/include/SDL_config.h.cmake
+0 −389 windows/include/SDL_config.h.in
+0 −157 windows/include/SDL_config_android.h
+0 −166 windows/include/SDL_config_iphoneos.h
+0 −197 windows/include/SDL_config_macosx.h
+0 −197 windows/include/SDL_config_macosx.h.orig
+0 −82 windows/include/SDL_config_minimal.h
+0 −128 windows/include/SDL_config_pandora.h
+0 −144 windows/include/SDL_config_psp.h
+0 −225 windows/include/SDL_config_windows.h
+0 −215 windows/include/SDL_config_winrt.h
+0 −121 windows/include/SDL_config_wiz.h
+0 −20 windows/include/SDL_copying.h
+2 −2 windows/include/SDL_revision.h
+3 −0 windows/include/SDL_stdinc.h
+1 −1 windows/include/SDL_version.h
+ windows/lib/x64/SDL2.dll

0 comments on commit 8a10714

Please sign in to comment.