engine.build.lua: remove linkage with freetype2 as we build it ourself on windows.
This commit is contained in:
parent
d35ba0730e
commit
fd108cc391
1 changed files with 0 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue