Skip to content

Commit 9e4f9f7

Browse files
authored
Merge pull request swiftlang#63053 from compnerd/over-indexed
Update build-windows-toolchain.bat
2 parents 073c023 + ad959a9 commit 9e4f9f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/build-windows-toolchain.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -588,7 +588,7 @@ cmake --build %BuildRoot%\14 --target install || (exit /b)
588588
cmake ^
589589
-B %BuildRoot%\15 ^
590590

591-
-D BUILD_SHARED_LIBS=YES ^
591+
-D BUILD_SHARED_LIBS=NO ^
592592
-D CMAKE_BUILD_TYPE=%CMAKE_BUILD_TYPE% ^
593593
-D CMAKE_C_COMPILER=%BuildRoot%/1/bin/clang-cl.exe ^
594594
-D CMAKE_C_FLAGS="/GS- /Oy /Gw /Gy" ^

0 commit comments

Comments
 (0)