Skip to content

Commit 26daf66

Browse files
authored
build: adjust the Windows build for ASN1, certificates
The changes for the VFS overlay missed the newly added repositories, update the build rules.
1 parent 5665705 commit 26daf66

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

utils/build-windows-toolchain.bat

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -577,6 +577,7 @@ cmake --build %BuildRoot%\13 --target install || (exit /b)
577577
-D CMAKE_CXX_FLAGS="/GS- /Oy /Gw /Gy" ^
578578
-D CMAKE_MT=mt ^
579579
-D CMAKE_Swift_COMPILER=%BuildRoot%/1/bin/swiftc.exe ^
580+
-D CMAKE_Swift_FLAGS="-vfsoverlay %BuildRoot%/2/stdlib/windows-vfs-overlay.yaml" ^
580581
-D CMAKE_EXE_LINKER_FLAGS="/INCREMENTAL:NO" ^
581582
-D CMAKE_SHARED_LINKER_FLAGS="/INCREMENTAL:NO" ^
582583

@@ -602,6 +603,7 @@ cmake --build %BuildRoot%\13 --target install || (exit /b)
602603
-D CMAKE_CXX_FLAGS="/GS- /Oy /Gw /Gy" ^
603604
-D CMAKE_MT=mt ^
604605
-D CMAKE_Swift_COMPILER=%BuildRoot%/1/bin/swiftc.exe ^
606+
-D CMAKE_Swift_FLAGS="-vfsoverlay %BuildRoot%/2/stdlib/windows-vfs-overlay.yaml" ^
605607
-D CMAKE_EXE_LINKER_FLAGS="/INCREMENTAL:NO" ^
606608
-D CMAKE_SHARED_LINKER_FLAGS="/INCREMENTAL:NO" ^
607609

0 commit comments

Comments
 (0)