Skip to content

Commit d77db25

Browse files
authored
Merge pull request swiftlang#63724 from compnerd/no-install
build: avoid installing static libraries
2 parents ecb864c + bb7ab01 commit d77db25

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

utils/build-windows-toolchain.bat

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -473,7 +473,6 @@ cmake ^
473473
-G Ninja ^
474474
-S %SourceRoot%\Yams || (exit /b)
475475
cmake --build %BuildRoot%\10 || (exit /b)
476-
cmake --build %BuildRoot%\10 --target install || (exit /b)
477476

478477
:: Build swift-driver
479478
cmake ^
@@ -530,7 +529,6 @@ cmake ^
530529
-G Ninja ^
531530
-S %SourceRoot%\swift-crypto || (exit /b)
532531
cmake --build %BuildRoot%\12 || (exit /b)
533-
cmake --build %BuildRoot%\12 --target install || (exit /b)
534532

535533
:: Build swift-collections
536534
cmake ^
@@ -610,7 +608,6 @@ cmake ^
610608
-G Ninja ^
611609
-S %SourceRoot%\indexstore-db || (exit /b)
612610
cmake --build %BuildRoot%\15 || (exit /b)
613-
cmake --build %BuildRoot%\15 --target install || (exit /b)
614611

615612
:: Build swift-syntax
616613
cmake ^

0 commit comments

Comments
 (0)