File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -306,11 +306,13 @@ try
306306 if ($env: CEFSHARP_BUILD_IS_BOOTSTRAPPED -ne " $Toolchain$Platform " )
307307 {
308308 Invoke-BatchFile $VCVarsAll $Platform
309+ Write-Diagnostic " pushd $CefDir "
309310 pushd $CefDir
310311 # Remove previously generated CMake data for the different platform/toolchain
311312 rm CMakeCache.txt - ErrorAction:SilentlyContinue
312313 rm - r CMakeFiles - ErrorAction:SilentlyContinue
313- cmake - G " $CmakeGenerator$CmakeArch " - DUSE_SANDBOX= Off - DCEF_RUNTIME_LIBRARY_FLAG=/ MD
314+ Write-Diagnostic " Running cmake"
315+ cmake -- debug-output - G " $CmakeGenerator$CmakeArch " - DUSE_SANDBOX= Off - DCEF_RUNTIME_LIBRARY_FLAG=/ MD
314316 popd
315317 $env: CEFSHARP_BUILD_IS_BOOTSTRAPPED = " $Toolchain$Platform "
316318 }
You can’t perform that action at this time.
0 commit comments