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 3a638b6 commit bb7ab01Copy full SHA for bb7ab01
utils/build-windows-toolchain.bat
@@ -472,6 +472,7 @@ cmake ^
472
473
-G Ninja ^
474
-S %SourceRoot%\Yams || (exit /b)
475
+cmake --build %BuildRoot%\10 || (exit /b)
476
477
:: Build swift-driver
478
cmake ^
@@ -527,6 +528,7 @@ cmake ^
527
528
529
530
-S %SourceRoot%\swift-crypto || (exit /b)
531
+cmake --build %BuildRoot%\12 || (exit /b)
532
533
:: Build swift-collections
534
@@ -605,6 +607,7 @@ cmake ^
605
607
606
608
609
-S %SourceRoot%\indexstore-db || (exit /b)
610
+cmake --build %BuildRoot%\15 || (exit /b)
611
612
:: Build swift-syntax
613
0 commit comments