From be5c0c47bd66b700da18a8491f477fbb8d75933b Mon Sep 17 00:00:00 2001 From: Erik Kundiman Date: Fri, 7 Nov 2025 14:44:34 +0800 Subject: Move media plugins to SLPlugin's Frameworks on mac and remove unnecessary links, such as to graphics libraries. CEF framework is still in the viewer bundle's Frameworks, with the link in SLPlugin's, as moving it to SLPlugin's would cause it to not work even though the media plugin gets loaded. --- indra/llfilesystem/lldir_mac.cpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'indra/llfilesystem/lldir_mac.cpp') diff --git a/indra/llfilesystem/lldir_mac.cpp b/indra/llfilesystem/lldir_mac.cpp index 785bd034e8..8b9bdd9853 100644 --- a/indra/llfilesystem/lldir_mac.cpp +++ b/indra/llfilesystem/lldir_mac.cpp @@ -149,10 +149,7 @@ LLDir_Mac::LLDir_Mac() mWorkingDir = getCurPath(); -/* mLLPluginDir = mAppRODataDir + mDirDelimiter + "SLPlugin.app" + mDirDelimiter + "Contents" + mDirDelimiter + "Frameworks"; -*/ - mLLPluginDir = mAppRODataDir + mDirDelimiter + "llplugin"; } } -- cgit v1.2.3