mirror of
https://github.com/Zelda64Recomp/Zelda64Recomp.git
synced 2026-04-28 05:01:39 +00:00
Bump the SDL version on Windows
This commit is contained in:
parent
590a9e7106
commit
65849b4de7
1 changed files with 1 additions and 1 deletions
|
|
@ -206,7 +206,7 @@ if (WIN32)
|
|||
if (DEFINED ENV{SDL2_VERSION})
|
||||
set(SDL2_VERSION $ENV{SDL2_VERSION})
|
||||
else()
|
||||
set(SDL2_VERSION "2.28.5")
|
||||
set(SDL2_VERSION "2.30.3")
|
||||
endif()
|
||||
|
||||
# Fetch SDL2 on windows
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue