diff options
| author | Callum Prentice <callum@lindenlab.com> | 2023-01-26 17:04:35 -0800 |
|---|---|---|
| committer | Callum Prentice <callum@lindenlab.com> | 2023-01-26 17:04:35 -0800 |
| commit | d9e82ab14aaa3e0daceacda8cf72ade379e9caf1 (patch) | |
| tree | af90368c2a653669ed52f5f7110421968ccd1ee6 /indra/llrender | |
| parent | a804b98e4ed127ce1a11f639babb82574f2e5204 (diff) | |
DRTVWR-489-emoji: Pull in some small changes from Kitty's work to move the macOS build forwards
Diffstat (limited to 'indra/llrender')
| -rw-r--r-- | indra/llrender/llfontregistry.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llrender/llfontregistry.cpp b/indra/llrender/llfontregistry.cpp index 44f2bd4cc5..c9a9ee3a03 100644 --- a/indra/llrender/llfontregistry.cpp +++ b/indra/llrender/llfontregistry.cpp @@ -483,7 +483,7 @@ LLFontGL *LLFontRegistry::createFont(const LLFontDescriptor& desc) #if LL_DARWIN font_search_paths.push_back(MACOSX_FONT_PATH_LIBRARY); font_search_paths.push_back(MACOSX_FONT_PATH_LIBRARY + MACOSX_FONT_SUPPLEMENTAL); - font_search_paths.push_back(sys_path + MACOSX_FONT_SUPPLEMENTAL); + font_search_paths.push_back(LLFontGL::getFontPathSystem() + MACOSX_FONT_SUPPLEMENTAL); #endif // The fontname string may contain multiple font file names separated by semicolons. |
