Skip to content

Commit d3cde48

Browse files
committed
build.ps1 - make cmake output all it's variables
1 parent d53726e commit d3cde48

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ param(
1414
[string] $CefBinaryDir = "../cefsource/chromium/src/cef/binary_distrib/",
1515

1616
[Parameter(Position = 3)]
17-
$CefVersion = "3.3239.1700.g385b2d4",
17+
$CefVersion = "3.3538.1852.gcb937fc",
1818

1919
[ValidateSet("tar.bz2","zip","7z")]
2020
[Parameter()]
@@ -312,7 +312,7 @@ try
312312
rm CMakeCache.txt -ErrorAction:SilentlyContinue
313313
rm -r CMakeFiles -ErrorAction:SilentlyContinue
314314
Write-Diagnostic "Running cmake"
315-
cmake --debug-output -G "$CmakeGenerator$CmakeArch" -DUSE_SANDBOX=Off -DCEF_RUNTIME_LIBRARY_FLAG=/MD
315+
cmake -LAH -G "$CmakeGenerator$CmakeArch" -DUSE_SANDBOX=Off -DCEF_RUNTIME_LIBRARY_FLAG=/MD
316316
popd
317317
$env:CEFSHARP_BUILD_IS_BOOTSTRAPPED = "$Toolchain$Platform"
318318
}

0 commit comments

Comments
 (0)