summaryrefslogtreecommitdiff
path: root/indra/llfilesystem
diff options
context:
space:
mode:
authorRye <rye@alchemyviewer.org>2025-08-27 23:05:40 -0400
committerRye <rye@alchemyviewer.org>2025-08-27 23:05:40 -0400
commit536c821c091be7020c614857e1fd220203f6ab23 (patch)
treecdf0bfd2d4c258624b643b4a95561dd3567f61ca /indra/llfilesystem
parente629bf05d6212613083c8ccb2858085926f38902 (diff)
MacOS companion changes for dullahan 1.21 including package structure and linkage fixes
Diffstat (limited to 'indra/llfilesystem')
-rw-r--r--indra/llfilesystem/lldir_mac.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llfilesystem/lldir_mac.cpp b/indra/llfilesystem/lldir_mac.cpp
index b9be75c528..2db1b6ec5d 100644
--- a/indra/llfilesystem/lldir_mac.cpp
+++ b/indra/llfilesystem/lldir_mac.cpp
@@ -149,7 +149,7 @@ LLDir_Mac::LLDir_Mac()
mWorkingDir = getCurPath();
- mLLPluginDir = mAppRODataDir + mDirDelimiter + "llplugin";
+ mLLPluginDir = mAppRODataDir + mDirDelimiter + "SLPlugin.app" + mDirDelimiter + "Contents" + mDirDelimiter + "Frameworks";
}
}