Skip to content

Commit

Permalink
macosx freetype try
Browse files Browse the repository at this point in the history
  • Loading branch information
def- committed Sep 8, 2017
1 parent e7e1070 commit 874c838
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions other/freetype.lua
Expand Up @@ -35,12 +35,6 @@ FreeType = {
settings.link.libpath:Add("ddnet-libs/freetype/windows/lib64")
end
settings.link.libs:Add("freetype")
elseif platform == "macosx" and string.find(settings.config_name, "64") then
settings.link.libpath:Add("ddnet-libs/freetype/mac/lib64")
settings.link.libs:Add("freetype")
elseif platform == "macosx" then
settings.link.libpath:Add("ddnet-libs/freetype/mac/lib32")
settings.link.libs:Add("freetype")
end
end

Expand Down

0 comments on commit 874c838

Please sign in to comment.