File tree Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -472,8 +472,6 @@ cmake ^
472
472
473
473
-G Ninja ^
474
474
-S %SourceRoot% \Yams || (exit /b)
475
- cmake --build %BuildRoot% \10 || (exit /b)
476
- cmake --build %BuildRoot% \10 --target install || (exit /b)
477
475
478
476
:: Build swift-driver
479
477
cmake ^
@@ -529,8 +527,6 @@ cmake ^
529
527
530
528
-G Ninja ^
531
529
-S %SourceRoot% \swift-crypto || (exit /b)
532
- cmake --build %BuildRoot% \12 || (exit /b)
533
- cmake --build %BuildRoot% \12 --target install || (exit /b)
534
530
535
531
:: Build swift-collections
536
532
cmake ^
@@ -609,8 +605,6 @@ cmake ^
609
605
610
606
-G Ninja ^
611
607
-S %SourceRoot% \indexstore-db || (exit /b)
612
- cmake --build %BuildRoot% \15 || (exit /b)
613
- cmake --build %BuildRoot% \15 --target install || (exit /b)
614
608
615
609
:: Build swift-syntax
616
610
cmake ^
You can’t perform that action at this time.
0 commit comments