From 9e549e52139adbd6ff5487181d510731aec81beb Mon Sep 17 00:00:00 2001 From: Erik Kundiman Date: Thu, 7 Dec 2023 14:26:39 +0800 Subject: Rename the cache dir to Megapahit on macOS --- indra/llfilesystem/lldir.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'indra/llfilesystem') diff --git a/indra/llfilesystem/lldir.cpp b/indra/llfilesystem/lldir.cpp index 69b23f9cf8..22326850c7 100644 --- a/indra/llfilesystem/lldir.cpp +++ b/indra/llfilesystem/lldir.cpp @@ -387,7 +387,7 @@ std::string LLDir::buildSLOSCacheDir() const } else { - res = add(getOSCacheDir(), "SecondLife"); + res = add(getOSCacheDir(), "Megapahit"); } return res; } -- cgit v1.2.3