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 6d042ae commit b8062e5Copy full SHA for b8062e5
utils/build.ps1
@@ -1534,6 +1534,7 @@ function Build-CMakeProject {
1534
Add-KeyValueIfNew $Defines CMAKE_Swift_COMPILER_WORKS "YES"
1535
}
1536
1537
+ # FIXME(compnerd) remove this once the old runtimes build path is removed.
1538
Add-KeyValueIfNew $Defines SWIFT_ANDROID_NDK_PATH "$AndroidNDKPath"
1539
1540
$SWIFTC = if ($UseBuiltCompilers.Contains("Swift")) {
0 commit comments