Skip to content

Commit cf1deb2

Browse files
committed
Fix missing variable.
1 parent a9b67b1 commit cf1deb2

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

log.txt

25.1 MB
Binary file not shown.

utils/build.ps1

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1112,6 +1112,8 @@ function Build-CMakeProject {
11121112
Write-Host -ForegroundColor Cyan "[$([DateTime]::Now.ToString("yyyy-MM-dd HH:mm:ss"))] Building '$Src' to '$Bin' ..."
11131113
}
11141114

1115+
$Stopwatch = [Diagnostics.Stopwatch]::StartNew()
1116+
11151117
# Enter the developer command shell early so we can resolve cmake.exe
11161118
# for version checks.
11171119
Invoke-IsolatingEnvVars {

0 commit comments

Comments
 (0)