Skip to content

Commit 2ec0a5e

Browse files
committed
Update freetype to version 2.10.0.
Commit 30dcebf added ftdebug.c for non-Windows build. On Windows builds this caused no issues. With this update to FreeType 2.10.0, a build error appeared where _FT_Trace_Disable (located in ftdebug.c) is an undefined symbol. Fix this by including ftdebug.c for Windows builds as well.
1 parent 7d9c33b commit 2ec0a5e

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

platform/win32/libthirdparty.vcproj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1130,6 +1130,10 @@
11301130
RelativePath="..\..\thirdparty\freetype\src\base\ftbitmap.c"
11311131
>
11321132
</File>
1133+
<File
1134+
RelativePath="..\..\thirdparty\freetype\src\base\ftdebug.c"
1135+
>
1136+
</File>
11331137
<File
11341138
RelativePath="..\..\thirdparty\freetype\src\base\ftgasp.c"
11351139
>

thirdparty/freetype

0 commit comments

Comments
 (0)