mirror of
https://github.com/ZDoom/zdoom-macos-deps.git
synced 2024-11-24 21:01:59 +00:00
wip [skip ci]
This commit is contained in:
parent
87f5c12379
commit
7bb5881d66
1 changed files with 1 additions and 0 deletions
|
@ -352,6 +352,7 @@ class OpusTarget(base.CMakeStaticDependencyTarget):
|
|||
super().__init__(name)
|
||||
|
||||
def prepare_source(self, state: BuildState):
|
||||
print('https://downloads.xiph.org/releases/opus/opus-1.5.1.tar.gz')
|
||||
state.download_source(
|
||||
'https://downloads.xiph.org/releases/opus/opus-1.5.1.tar.gz',
|
||||
'b84610959b8d417b611aa12a22565e0a3732097c6389d19098d844543e340f85')
|
||||
|
|
Loading…
Reference in a new issue