Skip to content

Commit 94bd61d

Browse files
authored
Merge pull request #63393 from apple/compnerd/static-crypto
windows: convert swift-crypto to static linking
2 parents d67b65b + 05ecd76 commit 94bd61d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

utils/build-windows-toolchain.bat

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -511,6 +511,7 @@ cmake --build %BuildRoot%\11 --target install || (exit /b)
511511
cmake ^
512512
-B %BuildRoot%\12 ^
513513

514+
-D BUILD_SHARED_LIBS=NO ^
514515
-D CMAKE_BUILD_TYPE=%CMAKE_BUILD_TYPE% ^
515516
-D CMAKE_C_COMPILER=cl ^
516517
-D CMAKE_C_FLAGS="/GS- /Oy /Gw /Gy" ^

0 commit comments

Comments
 (0)