1
0
Fork 0

engine.build.lua: remove linkage with freetype2 as we build it ourself on windows.

This commit is contained in:
Henrik Hautakoski 2022-09-10 21:43:01 +02:00
parent d35ba0730e
commit fd108cc391

View file

@ -27,9 +27,6 @@ end
-- FreeType2
if TARGET_OS == "Win32" then
settings.cc.includes:Add("vendor/FreeType2/include")
-- Staticly link freetype on windows.
settings.link.libpath:Add("vendor/FreeType2/lib/x86")
else
settings.cc.includes:Add("/usr/include/freetype2")
end