Skip to content

Commit fdaa2d1

Browse files
committed
Android: Update SDL2 to 2.30.7
This fixes build with Android NDK 27. libsdl-org/SDL#9792
1 parent da52b31 commit fdaa2d1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ FetchContent_Declare(
1313
)
1414
FetchContent_Declare(
1515
SDL
16-
URL https://github.com/libsdl-org/SDL/releases/download/release-2.30.1/SDL2-2.30.1.tar.gz
17-
URL_HASH SHA1=9d502c495f3aa2d15446376e835a5e561ac32897
16+
URL https://github.com/libsdl-org/SDL/releases/download/release-2.30.7/SDL2-2.30.7.tar.gz
17+
URL_HASH SHA1=fc1119fad88d21d1b4945dfd69d8a49f39155a6d
1818
)
1919
FetchContent_Declare(
2020
freetype

0 commit comments

Comments
 (0)