Commit 27bf0fe9 authored by mercury233's avatar mercury233 Committed by GitHub

fix for latest freetype (#2693)

parent 148c7680
......@@ -43,6 +43,10 @@ project "freetype"
"src/type42/type42.c",
"src/winfonts/winfnt.c" }
if os.isfile("src/svg/svg.c") then
files { "src/svg/svg.c" }
end
filter "system:windows"
files { "builds/windows/ftsystem.c",
"builds/windows/ftdebug.c" }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment