diff options
author | Erik Kundiman <erik@megapahit.org> | 2023-07-12 21:28:49 +0800 |
---|---|---|
committer | Erik Kundiman <erik@megapahit.org> | 2023-07-19 16:04:48 +0800 |
commit | 8356386f6674cf7f1e25bcd49f3266868cd5dc7d (patch) | |
tree | af2d6f9a9f1c1b97a51930468b6951c143c0f0f2 /indra/newview/llappviewerlinux.cpp | |
parent | b8952a7df228abd03783665ece0e91e2f0fd63bd (diff) |
FreeBSD can use llappviewerlinux too
Diffstat (limited to 'indra/newview/llappviewerlinux.cpp')
-rw-r--r-- | indra/newview/llappviewerlinux.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llappviewerlinux.cpp b/indra/newview/llappviewerlinux.cpp index a110828967..ad246ae64d 100644 --- a/indra/newview/llappviewerlinux.cpp +++ b/indra/newview/llappviewerlinux.cpp @@ -330,7 +330,7 @@ void LLAppViewerLinux::initCrashReporting(bool reportFreeze) { std::string cmd =gDirUtilp->getExecutableDir(); cmd += gDirUtilp->getDirDelimiter(); -#if LL_LINUX +#if LL_LINUX || LL_FREEBSD cmd += "linux-crash-logger.bin"; #else # error Unknown platform |