mirror of
https://github.com/ZDoom/zdoom-macos-deps.git
synced 2024-11-25 21:31:25 +00:00
aedi: use cmake to build ogg
This commit is contained in:
parent
1266884f58
commit
e0b119f163
1 changed files with 1 additions and 1 deletions
|
@ -318,7 +318,7 @@ class Mpg123Target(ConfigureMakeStaticDependencyTarget):
|
||||||
return os.path.exists(state.source + 'libmpg123.pc.in')
|
return os.path.exists(state.source + 'libmpg123.pc.in')
|
||||||
|
|
||||||
|
|
||||||
class OggTarget(ConfigureMakeStaticDependencyTarget):
|
class OggTarget(CMakeStaticDependencyTarget):
|
||||||
def __init__(self, name='ogg'):
|
def __init__(self, name='ogg'):
|
||||||
super().__init__(name)
|
super().__init__(name)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue