You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CI: Fix Windows build scripts relying on localized architecture string
Current build scripts rely on comparing a architecture string provided
by the OS which will be localised in certain languages.
This change uses a boolean 64-bit flag to use script-defined identifiers
to avoid this issue.
if (!((Test-Path"${DepsBuildDir}/cef_binary_${Version}_windows_${ArchSuffix}") -and (Test-Path"${DepsBuildDir}/cef_binary_${Version}_windows_${ArchSuffix}/build/libcef_dll_wrapper/Release/libcef_dll_wrapper.lib"))) {
107
107
Write-Step"Download..."
@@ -160,7 +160,7 @@ function Print-Usage {
160
160
"-Quiet : Suppress most build process output",
161
161
"-Verbose : Enable more verbose build process output",
0 commit comments