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