From a766ed9f2138ce85fcf25713872594e97cb300f2 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Thu, 15 Feb 2024 01:16:34 +0100 Subject: [PATCH] Fix CMake sandbox option in libcef build instructions This option is called USE_SANDBOX and not CEF_USE_SANDBOX. --- interface/wx/webview_chromium.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interface/wx/webview_chromium.h b/interface/wx/webview_chromium.h index 486ab3aa09..8a5f137602 100644 --- a/interface/wx/webview_chromium.h +++ b/interface/wx/webview_chromium.h @@ -54,7 +54,7 @@ building it, you need to pass `--enable-cef_debug` option to wxWidgets configure to avoid mismatches between various definitions in the wrapper itself and in wxWidgets. - * Under all platforms you may want to use `-DCEF_USE_SANDBOX=OFF` + * Under all platforms you may want to use `-DUSE_SANDBOX=OFF` option to avoid linking with the sandbox library which is not provided in the "Minimal Distribution" if you don't use this feature. 4. Copy the static library binary in the platform-dependent location: