Skip to content

Commit 13ca693

Browse files
committed
debug: print the path and command
1 parent 04cd626 commit 13ca693

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

utils/build.ps1

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1193,6 +1193,8 @@ function Build-CMakeProject {
11931193
} elseif ($UsePinnedCompilers.Contains("Swift")) {
11941194
$env:Path = "$(Get-PinnedToolchainRuntime);${env:Path}"
11951195
}
1196+
Write-Host "Path: ${env:Path}"
1197+
Write-Host (Get-Command cmake).Source @cmakeGenerateArgs
11961198
Invoke-Program cmake.exe @cmakeGenerateArgs
11971199

11981200
# Build all requested targets

0 commit comments

Comments
 (0)