From f810604001127d28ba86da1180525386bc6ea3e1 Mon Sep 17 00:00:00 2001
From: Rye Mutt <rye@alchemyviewer.org>
Date: Fri, 6 Nov 2020 20:13:17 -0500
Subject: [PATCH] Temp fix cef build before library update

---
 indra/media_plugins/cef/media_plugin_cef.cpp | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/indra/media_plugins/cef/media_plugin_cef.cpp b/indra/media_plugins/cef/media_plugin_cef.cpp
index ecd48daee2f..2e8100ec3f6 100644
--- a/indra/media_plugins/cef/media_plugin_cef.cpp
+++ b/indra/media_plugins/cef/media_plugin_cef.cpp
@@ -553,9 +553,11 @@ void MediaPluginCEF::receiveMessage(const char* message_string)
 				settings.autoplay_without_gesture = true;
 
 				// Set subprocess helper and cef app data paths
+#if !LL_DARWIN
 				settings.browser_subprocess_path = mHelperPath;
 				settings.resources_dir_path = mResourcesPath;
-				settings.locales_dir_path = mLocalesPath;
+#endif
+                settings.locales_dir_path = mLocalesPath;
 
 				std::vector<std::string> custom_schemes(1, "secondlife");
 				mCEFLib->setCustomSchemes(custom_schemes);
-- 
GitLab