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.
2 parents eac419b + 4daab4a commit cda5964Copy full SHA for cda5964
utils/build.ps1
@@ -1348,6 +1348,7 @@ function Build-CMakeProject {
1348
} else {
1349
Add-KeyValueIfNew $Defines CMAKE_Swift_COMPILER (Join-Path -Path (Get-PinnedToolchainToolsDir) -ChildPath "swiftc.exe")
1350
}
1351
+ Add-KeyValueIfNew $Defines CMAKE_Swift_COMPILER_USE_OLD_DRIVER "YES"
1352
if (-not ($Platform.OS -eq [OS]::Windows)) {
1353
Add-KeyValueIfNew $Defines CMAKE_Swift_COMPILER_WORKS = "YES"
1354
0 commit comments