summaryrefslogtreecommitdiff
path: root/indra/newview/llappviewerlinux.cpp
diff options
context:
space:
mode:
authorErik Kundiman <erik@megapahit.org>2023-08-21 15:51:50 +0800
committerErik Kundiman <erik@megapahit.org>2023-08-21 15:51:50 +0800
commitf429c35bb46d4632e56cfff8e0fc7150baca3d27 (patch)
treecb1536df2ae5ae4529c97f9aeb7e2055da240b4f /indra/newview/llappviewerlinux.cpp
parent6da23f151be1ce7ad98912b504ef4dbcb0cdd494 (diff)
Any platform can, & should, use appviewerlinux too
It's the one that plays along with SDL.
Diffstat (limited to 'indra/newview/llappviewerlinux.cpp')
-rw-r--r--indra/newview/llappviewerlinux.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/indra/newview/llappviewerlinux.cpp b/indra/newview/llappviewerlinux.cpp
index a110828967..deb876e24d 100644
--- a/indra/newview/llappviewerlinux.cpp
+++ b/indra/newview/llappviewerlinux.cpp
@@ -330,11 +330,13 @@ void LLAppViewerLinux::initCrashReporting(bool reportFreeze)
{
std::string cmd =gDirUtilp->getExecutableDir();
cmd += gDirUtilp->getDirDelimiter();
-#if LL_LINUX
+//#if LL_LINUX
cmd += "linux-crash-logger.bin";
+/*
#else
# error Unknown platform
#endif
+*/
std::stringstream pid_str;
pid_str << LLApp::getPid();