From ae056a279979ae3f051bfaacbdeec162ddc039d9 Mon Sep 17 00:00:00 2001 From: Erik Kundiman Date: Mon, 1 Jun 2026 08:58:57 +0700 Subject: Revert "Preload CEF automatically on Linux aarch64"" This reverts commit 16d3d725998f1189083c429a1cbb2cc3fb15b7da. --- indra/newview/llappviewerlinux.cpp | 4 ---- 1 file changed, 4 deletions(-) (limited to 'indra/newview/llappviewerlinux.cpp') diff --git a/indra/newview/llappviewerlinux.cpp b/indra/newview/llappviewerlinux.cpp index 5bbaed750c..728a8ef81e 100644 --- a/indra/newview/llappviewerlinux.cpp +++ b/indra/newview/llappviewerlinux.cpp @@ -131,16 +131,12 @@ int main( int argc, char **argv ) // install unexpected exception handler gOldTerminateHandler = std::set_terminate(exceptionTerminateHandler); -#ifdef __aarch64__ - setenv("LD_PRELOAD", APP_PLUGIN_DIR"/libcef.so", 1); -#else # if LL_LINUX setenv("LD_PRELOAD", "libpthread.so.0 libGL.so.1", 1); # else setenv("LD_PRELOAD", "libpthread.so libGL.so.1", 1); # endif setenv("__GL_THREADED_OPTIMIZATIONS", "1", 0); -#endif bool ok = viewer_app_ptr->init(); if(!ok) -- cgit v1.3