Skip to content
Snippets Groups Projects
Commit 11720cd3 authored by Miezhiko's avatar Miezhiko Committed by Rye Mutt
Browse files

Set fonts path for linux


Signed-off-by: default avatarMiezhiko <Miezhiko@gmail.com>
parent b0d68a8a
No related branches found
No related tags found
No related merge requests found
......@@ -1115,6 +1115,10 @@ std::string LLFontGL::getFontPathSystem()
sSystemFontPath = "/WINDOWS/FONTS/";
}
}
#elif LL_LINUX
sSystemFontPath = "/usr/share/fonts/";
#endif
if (sSystemFontPath.empty())
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment