We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7224c7 commit fee1137Copy full SHA for fee1137
utils/build.ps1
@@ -1129,7 +1129,7 @@ function Build-CMakeProject {
1129
}
1130
if ($UseCXXCompiler -in @([Compiler]::Pinned, [Compiler]::Built)) {
1131
$Driver = (Get-ClangDriverName $Platform -Lang "CXX")
1132
- TryAdd-KeyValue $Defines CMAKE_C_COMPILER (Get-ToolchainTool -Compiler $UseCXXCompiler -Name $Driver)
+ TryAdd-KeyValue $Defines CMAKE_CXX_COMPILER (Get-ToolchainTool -Compiler $UseCXXCompiler -Name $Driver)
1133
TryAdd-KeyValue $Defines CMAKE_CXX_COMPILER_TARGET $Arch.LLVMTarget
1134
1135
if ($DebugInfo -and $CDebugFormat -eq "dwarf") {
0 commit comments