Skip to content

Commit

Permalink
Disable debug sandbox builds resolve cefsharp/CefSharp#1820
Browse files Browse the repository at this point in the history
Former-commit-id: da51fe8501eb797872278a60e63f9014549a42ef
  • Loading branch information
amaitland committed Oct 4, 2016
1 parent a754d2b commit 5c76711
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
Expand Down

0 comments on commit 5c76711

Please sign in to comment.