Dullahan finally works, thanks Liru, Bitten, Drake. Catch Linux up.

This commit is contained in:
Router Gray
2019-07-22 04:48:34 -05:00
parent 7d9642210d
commit 9600965bcf
3 changed files with 57 additions and 30 deletions

View File

@@ -262,7 +262,7 @@ bool LLDir_Linux::fileExists(const std::string &filename) const
/*virtual*/ std::string LLDir_Linux::getLLPluginLauncher()
{
return gDirUtilp->getExecutableDir() + gDirUtilp->getDirDelimiter() +
"SLPlugin";
"llplugin/SLPlugin";
}
/*virtual*/ std::string LLDir_Linux::getLLPluginFilename(std::string base_name)