mirror of
https://github.com/Mr-Wiseguy/Zelda64Recomp.git
synced 2025-02-16 21:50:08 +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