mirror of
https://github.com/ZDoom/zdoom-macos-deps.git
synced 2024-11-25 13:21:05 +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')
|
||||
|
||||
|
||||
class OggTarget(ConfigureMakeStaticDependencyTarget):
|
||||
class OggTarget(CMakeStaticDependencyTarget):
|
||||
def __init__(self, name='ogg'):
|
||||
super().__init__(name)
|
||||
|
||||
|
|
Loading…
Reference in a new issue