File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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'
You can’t perform that action at this time.
0 commit comments