diff options
author | andreykproductengine <andreykproductengine@lindenlab.com> | 2018-03-02 19:46:06 +0200 |
---|---|---|
committer | andreykproductengine <andreykproductengine@lindenlab.com> | 2018-03-02 19:46:06 +0200 |
commit | 5a273d430a01cd1a6121f984107a339e32632eb4 (patch) | |
tree | 2de1d1e97fd50b843c91512a1087059e0873ff2e /indra/llvfs | |
parent | 806262c388b8c3d77d3ae69ba9187b27c78a8568 (diff) |
MAINT-8297 path fix #2
Diffstat (limited to 'indra/llvfs')
-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 5cf5db08b8..79c4362747 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_EXECUTABLE, "ca-bundle.crt"); + mCAFile = getExpandedFilename(LL_PATH_EXECUTABLE, "../Resources", "ca-bundle.crt"); } std::string LLDir_Mac::getCurPath() |