summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreyL ProductEngine <alihatskiy@productengine.com>2018-03-02 18:31:05 +0200
committerAndreyL ProductEngine <alihatskiy@productengine.com>2018-03-02 18:31:05 +0200
commit59e7217fbe4b5ee4330d25a5218689131c074b25 (patch)
tree449b7d3911d1010cd2e0ce6985c117f68984bedd
parent722547cd51376f8257e87310884d811d5f899819 (diff)
parent49b03929bd85f32b57329b5710cb7c893176b222 (diff)
Merged MAINT-8297 Mac fix
-rw-r--r--indra/llvfs/lldir_mac.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llvfs/lldir_mac.cpp b/indra/llvfs/lldir_mac.cpp
index cecc98bbfd..5cf5db08b8 100644
--- a/indra/llvfs/lldir_mac.cpp
+++ b/indra/llvfs/lldir_mac.cpp
@@ -173,7 +173,7 @@ void LLDir_Mac::initAppDirs(const std::string &app_name,
mAppRODataDir = app_read_only_data_dir;
mSkinBaseDir = mAppRODataDir + mDirDelimiter + "skins";
}
- mCAFile = getExpandedFilename(LL_PATH_APP_SETTINGS, "ca-bundle.crt");
+ mCAFile = getExpandedFilename(LL_PATH_EXECUTABLE, "ca-bundle.crt");
}
std::string LLDir_Mac::getCurPath()