diff options
author | Erik Kundiman <erik@megapahit.org> | 2023-12-07 14:26:39 +0800 |
---|---|---|
committer | Erik Kundiman <erik@megapahit.org> | 2023-12-07 14:26:39 +0800 |
commit | 9e549e52139adbd6ff5487181d510731aec81beb (patch) | |
tree | ed4b2976e7470debbc00347da18369bff5b0103b /indra | |
parent | d39bf72d8ff6ead41486ed8df4214d2300b8568a (diff) |
Rename the cache dir to Megapahit on macOS
Diffstat (limited to 'indra')
-rw-r--r-- | indra/llfilesystem/lldir.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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; } |