summaryrefslogtreecommitdiff
path: root/indra/newview/llappviewer.cpp
diff options
context:
space:
mode:
authorErik Kundiman <erik@megapahit.org>2023-12-14 15:43:27 +0800
committerErik Kundiman <erik@megapahit.org>2023-12-14 15:43:27 +0800
commit0cce0b8149e049161ab17f1c608ded2d6cc12b0e (patch)
tree98ae022753514ec29c263f7ec04cf491b6fa0f1c /indra/newview/llappviewer.cpp
parent118ee38f9a0406af5d800ee05fdc5cf87e78081b (diff)
macOS internal web browser
Just untar Dullahan package manually in prebuilt libs dir.
Diffstat (limited to 'indra/newview/llappviewer.cpp')
-rw-r--r--indra/newview/llappviewer.cpp7
1 files changed, 2 insertions, 5 deletions
diff --git a/indra/newview/llappviewer.cpp b/indra/newview/llappviewer.cpp
index 2108461e9b..377648bdae 100644
--- a/indra/newview/llappviewer.cpp
+++ b/indra/newview/llappviewer.cpp
@@ -132,12 +132,10 @@
#include "stringize.h"
#include "llcoros.h"
#include "llexception.h"
-//#if !LL_LINUX
-#ifndef LL_USESYSTEMLIBS
+#if LL_DARWIN
#include "cef/dullahan_version.h"
#endif
#include "vlc/libvlc_version.h"
-//#endif // LL_LINUX
#if LL_DARWIN
#include "llwindowsdl.h"
@@ -3366,8 +3364,7 @@ LLSD LLAppViewer::getViewerInfo() const
info["VOICE_VERSION"] = LLTrans::getString("NotConnected");
}
-//#if !LL_LINUX && !LL_FREEBSD && !LL_DARWIN
-#ifndef LL_USESYSTEMLIBS
+#if LL_DARWIN
std::ostringstream cef_ver_codec;
cef_ver_codec << "Dullahan: ";
cef_ver_codec << DULLAHAN_VERSION_MAJOR;