mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-05-01 00:09:58 -05:00
fixes #3711
This commit is contained in:
@@ -44,6 +44,12 @@ CefHost::CefHost([[maybe_unused]] const std::string& helperLocation) {
|
||||
LDEBUG("Initializing CEF...");
|
||||
|
||||
CefSettings settings;
|
||||
|
||||
#ifndef CEF_USE_SANDBOX
|
||||
LDEBUG("Disabling sandbox for CEF");
|
||||
settings.no_sandbox = 1;
|
||||
#endif
|
||||
|
||||
const std::filesystem::path root =
|
||||
std::filesystem::path(helperLocation).parent_path();
|
||||
const std::filesystem::path cefcache = std::format("{}/cefcache", root);
|
||||
|
||||
Reference in New Issue
Block a user