Skip to content

Commit dff460b

Browse files
committed
Merge remote-tracking branch 'origin/main' into rebranch
2 parents cc4768c + cda5964 commit dff460b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

utils/build.ps1

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1348,6 +1348,7 @@ function Build-CMakeProject {
13481348
} else {
13491349
Add-KeyValueIfNew $Defines CMAKE_Swift_COMPILER (Join-Path -Path (Get-PinnedToolchainToolsDir) -ChildPath "swiftc.exe")
13501350
}
1351+
Add-KeyValueIfNew $Defines CMAKE_Swift_COMPILER_USE_OLD_DRIVER "YES"
13511352
if (-not ($Platform.OS -eq [OS]::Windows)) {
13521353
Add-KeyValueIfNew $Defines CMAKE_Swift_COMPILER_WORKS = "YES"
13531354
}

0 commit comments

Comments
 (0)