File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments