mirror of
https://github.com/ZDoom/zdoom-macos-deps.git
synced 2024-11-22 03:51:33 +00:00
fix freetype target class name
This commit is contained in:
parent
21f9274a90
commit
f3a5424dd3
2 changed files with 2 additions and 2 deletions
|
@ -48,7 +48,7 @@ def targets():
|
||||||
FfiTarget(),
|
FfiTarget(),
|
||||||
FlacTarget(),
|
FlacTarget(),
|
||||||
FluidSynthTarget(),
|
FluidSynthTarget(),
|
||||||
FreetypeTarget(),
|
FreeTypeTarget(),
|
||||||
GlibTarget(),
|
GlibTarget(),
|
||||||
GmakeTarget(),
|
GmakeTarget(),
|
||||||
IconvTarget(),
|
IconvTarget(),
|
||||||
|
|
|
@ -180,7 +180,7 @@ class FluidSynthTarget(CMakeStaticDependencyTarget):
|
||||||
return line
|
return line
|
||||||
|
|
||||||
|
|
||||||
class FreetypeTarget(CMakeStaticDependencyTarget):
|
class FreeTypeTarget(CMakeStaticDependencyTarget):
|
||||||
def __init__(self, name='freetype'):
|
def __init__(self, name='freetype'):
|
||||||
super().__init__(name)
|
super().__init__(name)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue