Skip to content

Commit b8062e5

Browse files
committed
build.ps1: attribute some additional clean up
1 parent 6d042ae commit b8062e5

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
@@ -1534,6 +1534,7 @@ function Build-CMakeProject {
15341534
Add-KeyValueIfNew $Defines CMAKE_Swift_COMPILER_WORKS "YES"
15351535
}
15361536

1537+
# FIXME(compnerd) remove this once the old runtimes build path is removed.
15371538
Add-KeyValueIfNew $Defines SWIFT_ANDROID_NDK_PATH "$AndroidNDKPath"
15381539

15391540
$SWIFTC = if ($UseBuiltCompilers.Contains("Swift")) {

0 commit comments

Comments
 (0)