summaryrefslogtreecommitdiff
path: root/indra/newview/llappviewerlinux.cpp
diff options
context:
space:
mode:
authorErik Kundiman <erik@megapahit.org>2023-07-12 21:28:49 +0800
committerErik Kundiman <erik@megapahit.org>2023-07-19 16:04:48 +0800
commit8356386f6674cf7f1e25bcd49f3266868cd5dc7d (patch)
treeaf2d6f9a9f1c1b97a51930468b6951c143c0f0f2 /indra/newview/llappviewerlinux.cpp
parentb8952a7df228abd03783665ece0e91e2f0fd63bd (diff)
FreeBSD can use llappviewerlinux too
Diffstat (limited to 'indra/newview/llappviewerlinux.cpp')
-rw-r--r--indra/newview/llappviewerlinux.cpp2
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