mirror of
https://github.com/ZDoom/zdoom-macos-deps.git
synced 2024-11-21 19:41:15 +00:00
aedi: update openal to 1.24.0
This commit is contained in:
parent
1927ed7a52
commit
c46f5450ab
1 changed files with 2 additions and 2 deletions
|
@ -334,8 +334,8 @@ class OpenALTarget(base.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.23.1.tar.bz2',
|
'https://openal-soft.org/openal-releases/openal-soft-1.24.0.tar.bz2',
|
||||||
'796f4b89134c4e57270b7f0d755f0fa3435b90da437b745160a49bd41c845b21')
|
'46cedbf46213d5f5ea255b7489a8b1a234c07c5d77bfb8e70f1c64ce09c8b765')
|
||||||
|
|
||||||
def configure(self, state: BuildState):
|
def configure(self, state: BuildState):
|
||||||
opts = state.options
|
opts = state.options
|
||||||
|
|
Loading…
Reference in a new issue