mirror of
https://github.com/ZDoom/zdoom-macos-deps.git
synced 2024-11-22 12:01:27 +00:00
aedi: update openal to 1.22.2
This commit is contained in:
parent
1e558e217f
commit
cf3c532419
1 changed files with 2 additions and 2 deletions
|
@ -362,8 +362,8 @@ class OpenALTarget(CMakeStaticDependencyTarget):
|
||||||
|
|
||||||
def prepare_source(self, state: BuildState):
|
def prepare_source(self, state: BuildState):
|
||||||
state.download_source(
|
state.download_source(
|
||||||
'https://openal-soft.org/openal-releases/openal-soft-1.22.1.tar.bz2',
|
'https://openal-soft.org/openal-releases/openal-soft-1.22.2.tar.bz2',
|
||||||
'f7f98538d882b513812ae315770a5c88f6ee593e1cccd08648dd1bebbc5c98af')
|
'ae94cc95cda76b7cc6e92e38c2531af82148e76d3d88ce996e2928a1ea7c3d20')
|
||||||
|
|
||||||
def configure(self, state: BuildState):
|
def configure(self, state: BuildState):
|
||||||
opts = state.options
|
opts = state.options
|
||||||
|
|
Loading…
Reference in a new issue