Skip to content
Snippets Groups Projects
Commit 128c3dfc authored by Mark Palange (Mani)'s avatar Mark Palange (Mani)
Browse files

Applied patch for SLPlugin location from:

parent a56efcd7
No related branches found
No related tags found
No related merge requests found
...@@ -424,7 +424,7 @@ BOOL LLDir_Mac::fileExists(const std::string &filename) const ...@@ -424,7 +424,7 @@ BOOL LLDir_Mac::fileExists(const std::string &filename) const
/*virtual*/ std::string LLDir_Mac::getLLPluginLauncher() /*virtual*/ std::string LLDir_Mac::getLLPluginLauncher()
{ {
return gDirUtilp->getExecutableDir() + gDirUtilp->getDirDelimiter() + return gDirUtilp->getAppRODataDir() + gDirUtilp->getDirDelimiter() +
"SLPlugin"; "SLPlugin";
} }
......
This diff is collapsed.
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