fix freetype target class name

This commit is contained in:
alexey.lysiuk 2021-04-18 12:12:37 +03:00
parent 21f9274a90
commit f3a5424dd3
2 changed files with 2 additions and 2 deletions

View file

@ -48,7 +48,7 @@ def targets():
FfiTarget(),
FlacTarget(),
FluidSynthTarget(),
FreetypeTarget(),
FreeTypeTarget(),
GlibTarget(),
GmakeTarget(),
IconvTarget(),

View file

@ -180,7 +180,7 @@ class FluidSynthTarget(CMakeStaticDependencyTarget):
return line
class FreetypeTarget(CMakeStaticDependencyTarget):
class FreeTypeTarget(CMakeStaticDependencyTarget):
def __init__(self, name='freetype'):
super().__init__(name)