diff --git a/other/freetype/freetype.lua b/other/freetype/freetype.lua index aa5af22dd..c80350319 100644 --- a/other/freetype/freetype.lua +++ b/other/freetype/freetype.lua @@ -23,14 +23,11 @@ FreeType = { end local apply = function(option, settings) - -- include path - settings.cc.includes:Add(FreeType.basepath .. "/include") - if option.use_ftconfig == true then settings.cc.flags:Add("`freetype-config --cflags`") settings.link.flags:Add("`freetype-config --libs`") - elseif option.use_winlib > 0 then + settings.cc.includes:Add(FreeType.basepath .. "/include") if option.use_winlib == 32 then settings.link.libpath:Add(FreeType.basepath .. "/lib32") else