Fix CMake sandbox option in libcef build instructions

This option is called USE_SANDBOX and not CEF_USE_SANDBOX.
This commit is contained in:
Vadim Zeitlin 2024-02-15 01:16:34 +01:00
parent b03ce7711b
commit a766ed9f21

View file

@ -54,7 +54,7 @@
building it, you need to pass `--enable-cef_debug` option to building it, you need to pass `--enable-cef_debug` option to
wxWidgets configure to avoid mismatches between various definitions wxWidgets configure to avoid mismatches between various definitions
in the wrapper itself and in wxWidgets. 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 option to avoid linking with the sandbox library which is not
provided in the "Minimal Distribution" if you don't use this feature. provided in the "Minimal Distribution" if you don't use this feature.
4. Copy the static library binary in the platform-dependent location: 4. Copy the static library binary in the platform-dependent location: