summaryrefslogtreecommitdiff
path: root/indra/llfilesystem/lldir_mac.cpp
diff options
context:
space:
mode:
authorRye <rye@alchemyviewer.org>2025-08-27 23:05:40 -0400
committerAndrey Kleshchev <117672381+akleshchev@users.noreply.github.com>2025-09-02 19:50:57 +0300
commit012c0705bd30510167c3cb86343cccb72d23bf71 (patch)
tree9b50603b5fef14af2aabf091b6d55f33b6f0c6aa /indra/llfilesystem/lldir_mac.cpp
parent0fe641a3f20997c970112df7d188510993733338 (diff)
MacOS companion changes for dullahan 1.21 including package structure and linkage fixes
Diffstat (limited to 'indra/llfilesystem/lldir_mac.cpp')
-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";
}
}