mirror of
https://github.com/ZDoom/zdoom-macos-deps.git
synced 2024-11-10 14:41:43 +00:00
aedi: use cmake to build vorbis
This commit is contained in:
parent
033959d514
commit
ffbd9fb1c5
1 changed files with 1 additions and 1 deletions
|
@ -407,7 +407,7 @@ class SndFileTarget(CMakeStaticDependencyTarget):
|
|||
return os.path.exists(state.source + 'sndfile.pc.in')
|
||||
|
||||
|
||||
class VorbisTarget(ConfigureMakeStaticDependencyTarget):
|
||||
class VorbisTarget(CMakeStaticDependencyTarget):
|
||||
def __init__(self, name='vorbis'):
|
||||
super().__init__(name)
|
||||
|
||||
|
|
Loading…
Reference in a new issue