mirror of
https://github.com/ZDoom/zdoom-macos-deps.git
synced 2024-11-22 03:51:33 +00:00
aedi: fix sdl2_net source code url
[skip build]
This commit is contained in:
parent
d3795a7c21
commit
b8d1397abb
1 changed files with 1 additions and 1 deletions
|
@ -294,7 +294,7 @@ class Sdl2NetTarget(CMakeStaticDependencyTarget):
|
|||
self.version = '2.2.0'
|
||||
|
||||
def prepare_source(self, state: BuildState):
|
||||
base_url = 'https://github.com/libsdl-org/SDL_net/releases'
|
||||
base_url = 'https://github.com/libsdl-org/SDL_net/releases/download'
|
||||
state.download_source(
|
||||
f'{base_url}/release-{self.version}/SDL2_net-{self.version}.tar.gz',
|
||||
'4e4a891988316271974ff4e9585ed1ef729a123d22c08bd473129179dc857feb')
|
||||
|
|
Loading…
Reference in a new issue