From 5c7671176cfa4956f27bb41d62de4b72e390b8b8 Mon Sep 17 00:00:00 2001 From: amaitland Date: Tue, 4 Oct 2016 11:55:24 +1000 Subject: [PATCH] Disable debug sandbox builds resolve https://github.com/cefsharp/CefSharp/issues/1820 Former-commit-id: da51fe8501eb797872278a60e63f9014549a42ef --- build.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.ps1 b/build.ps1 index 72396b3..0a49151 100644 --- a/build.ps1 +++ b/build.ps1 @@ -217,7 +217,7 @@ function Msvs # Remove previously generated CMake data for the different platform/toolchain rm CMakeCache.txt -ErrorAction:SilentlyContinue rm -r CMakeFiles -ErrorAction:SilentlyContinue - cmake -G "$CmakeGenerator$CmakeArch" + cmake -G "$CmakeGenerator$CmakeArch" -DUSE_SANDBOX=Off popd $env:CEFSHARP_BUILD_IS_BOOTSTRAPPED = "$Toolchain$Platform" }