Skip to content

Commit 0328697

Browse files
authored
Merge pull request #3545 from pygame-community/starbuck5-update-sdl3
Update SDL3 from 3.2.10 to 3.2.18
2 parents 2036f44 + 62794f4 commit 0328697

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

buildconfig/download_win_prebuilt.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,8 @@ def get_urls(x86=True, x64=True):
8282
'ec8bbf2a2d2bf754fe04b6ffc647f78aa7f4c2a1',
8383
],
8484
[
85-
'https://github.com/libsdl-org/SDL/releases/download/release-3.2.10/SDL3-devel-3.2.10-VC.zip',
86-
'7a17d6fc7aa509c0c020e16ca10f82d6b5c2fc57'
85+
'https://github.com/libsdl-org/SDL/releases/download/release-3.2.18/SDL3-devel-3.2.18-VC.zip',
86+
'96246e328e2da7c2bd2c5734d5cb98953aca8229'
8787
],
8888
[
8989
'https://github.com/pygame-community/SDL_image/releases/download/2.8.8-pgce/SDL2_image-devel-2.8.8-VCpgce.zip',
@@ -280,12 +280,12 @@ def copy(src, dst):
280280
copy(
281281
os.path.join(
282282
temp_dir,
283-
'SDL3-devel-3.2.10-VC/SDL3-3.2.10'
283+
'SDL3-devel-3.2.18-VC/SDL3-3.2.18'
284284
),
285285
os.path.join(
286286
move_to_dir,
287287
prebuilt_dir,
288-
'SDL3-3.2.10'
288+
'SDL3-3.2.18'
289289
)
290290
)
291291

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ if plat == 'win' and host_machine.cpu_family().startswith('x86')
9494
# yes, this is a bit ugly and hardcoded but it is what it is
9595
# TODO (middle-term goal) - Should migrate away from this
9696
# consider meson wraps? Hopefully can also get the same build path as below
97-
sdl_ver = (sdl_api == 3) ? '3.2.10' : '2.32.8'
97+
sdl_ver = (sdl_api == 3) ? '3.2.18' : '2.32.8'
9898
sdl_image_ver = (sdl_api == 3) ? '3.2.4' : '2.8.8'
9999
sdl_mixer_ver = '2.8.1'
100100
sdl_ttf_ver = (sdl_api == 3) ? '3.2.2' : '2.24.0'

0 commit comments

Comments
 (0)