Commit 13745bf0 authored by nanahira's avatar nanahira

fix freetype again

parent e17e25a0
Pipeline #4023 passed with stages
in 39 minutes and 16 seconds
...@@ -67,6 +67,8 @@ project "ygopro" ...@@ -67,6 +67,8 @@ project "ygopro"
end end
if BUILD_FREETYPE then if BUILD_FREETYPE then
includedirs {"../freetype/include" } includedirs {"../freetype/include" }
else
includedirs { "/usr/include/freetype2" }
end end
configuration { "not windows", "not macosx" } configuration { "not windows", "not macosx" }
links "GL" links "GL"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment