mirror of
https://github.com/ZDoom/zdoom-macos-deps.git
synced 2025-02-18 01:21:47 +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')
|
return os.path.exists(state.source + 'sndfile.pc.in')
|
||||||
|
|
||||||
|
|
||||||
class VorbisTarget(ConfigureMakeStaticDependencyTarget):
|
class VorbisTarget(CMakeStaticDependencyTarget):
|
||||||
def __init__(self, name='vorbis'):
|
def __init__(self, name='vorbis'):
|
||||||
super().__init__(name)
|
super().__init__(name)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue