mirror of
https://github.com/ZDoom/zdoom-macos-deps.git
synced 2024-11-21 19:41:15 +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(),
|
||||
FlacTarget(),
|
||||
FluidSynthTarget(),
|
||||
FreetypeTarget(),
|
||||
FreeTypeTarget(),
|
||||
GlibTarget(),
|
||||
GmakeTarget(),
|
||||
IconvTarget(),
|
||||
|
|
|
@ -180,7 +180,7 @@ class FluidSynthTarget(CMakeStaticDependencyTarget):
|
|||
return line
|
||||
|
||||
|
||||
class FreetypeTarget(CMakeStaticDependencyTarget):
|
||||
class FreeTypeTarget(CMakeStaticDependencyTarget):
|
||||
def __init__(self, name='freetype'):
|
||||
super().__init__(name)
|
||||
|
||||
|
|
Loading…
Reference in a new issue