mirror of
https://github.com/ZDoom/zdoom-macos-deps.git
synced 2025-02-16 08:31:30 +00:00
no message
This commit is contained in:
parent
1832fa3ac5
commit
87f5c12379
1 changed files with 2 additions and 5 deletions
|
@ -353,13 +353,10 @@ class OpusTarget(base.CMakeStaticDependencyTarget):
|
||||||
|
|
||||||
def prepare_source(self, state: BuildState):
|
def prepare_source(self, state: BuildState):
|
||||||
state.download_source(
|
state.download_source(
|
||||||
'https://github.com/xiph/opus/archive/refs/tags/v1.5.1.tar.gz',
|
'https://downloads.xiph.org/releases/opus/opus-1.5.1.tar.gz',
|
||||||
'7ce44ef3d335a3268f26be7d53bb3bed7205b34eaf80bf92a99e69d490afe9d9')
|
'b84610959b8d417b611aa12a22565e0a3732097c6389d19098d844543e340f85')
|
||||||
|
|
||||||
def configure(self, state: BuildState):
|
def configure(self, state: BuildState):
|
||||||
with open(state.source / 'package_version', 'w') as f:
|
|
||||||
f.write('PACKAGE_VERSION="1.5.1"\n')
|
|
||||||
|
|
||||||
state.options['PC_BUILD'] = 'floating-point'
|
state.options['PC_BUILD'] = 'floating-point'
|
||||||
super().configure(state)
|
super().configure(state)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue