Fix CMake sandbox option in libcef build instructions
This option is called USE_SANDBOX and not CEF_USE_SANDBOX.
This commit is contained in:
parent
b03ce7711b
commit
a766ed9f21
1 changed files with 1 additions and 1 deletions
|
|
@ -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:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue