Skip to content

Commit bb7ab01

Browse files
authored
Restore builds
1 parent 3a638b6 commit bb7ab01

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

utils/build-windows-toolchain.bat

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -472,6 +472,7 @@ cmake ^
472472

473473
-G Ninja ^
474474
-S %SourceRoot%\Yams || (exit /b)
475+
cmake --build %BuildRoot%\10 || (exit /b)
475476

476477
:: Build swift-driver
477478
cmake ^
@@ -527,6 +528,7 @@ cmake ^
527528

528529
-G Ninja ^
529530
-S %SourceRoot%\swift-crypto || (exit /b)
531+
cmake --build %BuildRoot%\12 || (exit /b)
530532

531533
:: Build swift-collections
532534
cmake ^
@@ -605,6 +607,7 @@ cmake ^
605607

606608
-G Ninja ^
607609
-S %SourceRoot%\indexstore-db || (exit /b)
610+
cmake --build %BuildRoot%\15 || (exit /b)
608611

609612
:: Build swift-syntax
610613
cmake ^

0 commit comments

Comments
 (0)