summaryrefslogtreecommitdiff
path: root/indra/newview/llappviewerlinux.cpp
diff options
context:
space:
mode:
authorErik Kundiman <erik@megapahit.org>2023-08-21 15:27:51 +0800
committerErik Kundiman <erik@megapahit.org>2023-08-21 15:27:51 +0800
commit6da23f151be1ce7ad98912b504ef4dbcb0cdd494 (patch)
treeae2534631d44e51a150991b4531cdddcbd1bc0cc /indra/newview/llappviewerlinux.cpp
parenteccb10575d3b6dc841cf4bf07db29833174d1c69 (diff)
Revert "FreeBSD can use llappviewerlinux too"
This reverts commit 8356386f6674cf7f1e25bcd49f3266868cd5dc7d.
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 ad246ae64d..a110828967 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 || LL_FREEBSD
+#if LL_LINUX
cmd += "linux-crash-logger.bin";
#else
# error Unknown platform