mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-10 01:58:19 +00:00
macosx freetype lib32 bam
This commit is contained in:
parent
1860113f46
commit
c66cdf9b0d
|
@ -38,6 +38,9 @@ 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" and string.find(settings.config_name, "32") then
|
||||
settings.link.libpath:Add("ddnet-libs/freetype/mac/lib32")
|
||||
settings.link.libs:Add("freetype")
|
||||
end
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue