Commit 2d69a96b authored by mercury233's avatar mercury233

fix

parent 8ecff59d
......@@ -83,7 +83,7 @@ elseif GetParam("no-build-freetype") then
BUILD_FREETYPE = false
end
if not BUILD_FREETYPE then
FREETYPE_INCLUDE_DIR = GetParam("freetype-include-dir") or "/usr/local/include/freetype2"
FREETYPE_INCLUDE_DIR = GetParam("freetype-include-dir") or "/usr/include/freetype2"
FREETYPE_LIB_DIR = GetParam("freetype-lib-dir") or "/usr/local/lib"
end
......
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