mirror of
https://github.com/loot/libloot.git
synced 2026-07-27 14:16:01 -07:00
Disable CEF sandbox
May fix #575, as I experienced the same issue after updating CEF, and this fixed it.
This commit is contained in:
@@ -129,6 +129,7 @@ ExternalProject_Add(cef
|
||||
PREFIX "external"
|
||||
URL ${CEF_URL}
|
||||
URL_HASH SHA1=${CEF_URL_HASH}
|
||||
CMAKE_ARGS -DUSE_SANDBOX=OFF
|
||||
BUILD_COMMAND ${CMAKE_COMMAND} --build . --target libcef_dll_wrapper --config $(CONFIGURATION)
|
||||
INSTALL_COMMAND "")
|
||||
ExternalProject_Get_Property(cef SOURCE_DIR BINARY_DIR)
|
||||
|
||||
Reference in New Issue
Block a user