Skip to content
Snippets Groups Projects
Commit f8106040 authored by Rye Mutt's avatar Rye Mutt :bread:
Browse files

Temp fix cef build before library update

parent e89ee06c
No related branches found
No related tags found
No related merge requests found
......@@ -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);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment