Skip to content

Commit cda5964

Browse files
authored
Merge pull request swiftlang#81437 from compnerd/old
utils: indicate that the old driver is in effect
2 parents eac419b + 4daab4a commit cda5964

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)