mirror of
https://github.com/ZDoom/zdoom-macos-deps.git
synced 2024-11-22 03:51:33 +00:00
aedi: update sdl2 to 2.26.4
This commit is contained in:
parent
ba3ef99685
commit
adc3def975
1 changed files with 2 additions and 2 deletions
|
@ -215,8 +215,8 @@ class Sdl2Target(CMakeStaticDependencyTarget):
|
|||
|
||||
def prepare_source(self, state: BuildState):
|
||||
state.download_source(
|
||||
'https://github.com/libsdl-org/SDL/releases/download/release-2.26.3/SDL2-2.26.3.tar.gz',
|
||||
'c661205a553b7d252425f4b751ff13209e5e020b876bbfa1598494af61790057',
|
||||
'https://github.com/libsdl-org/SDL/releases/download/release-2.26.4/SDL2-2.26.4.tar.gz',
|
||||
'1a0f686498fb768ad9f3f80b39037a7d006eac093aad39cb4ebcc832a8887231',
|
||||
patches='sdl2-no-gamecontroller+corehaptic')
|
||||
|
||||
def configure(self, state: BuildState):
|
||||
|
|
Loading…
Reference in a new issue