diff options
author | AndreyL ProductEngine <alihatskiy@productengine.com> | 2018-03-02 18:31:05 +0200 |
---|---|---|
committer | AndreyL ProductEngine <alihatskiy@productengine.com> | 2018-03-02 18:31:05 +0200 |
commit | 59e7217fbe4b5ee4330d25a5218689131c074b25 (patch) | |
tree | 449b7d3911d1010cd2e0ce6985c117f68984bedd | |
parent | 722547cd51376f8257e87310884d811d5f899819 (diff) | |
parent | 49b03929bd85f32b57329b5710cb7c893176b222 (diff) |
Merged MAINT-8297 Mac fix
-rw-r--r-- | indra/llvfs/lldir_mac.cpp | 2 |
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() |