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)
577
577
-D CMAKE_CXX_FLAGS=" /GS- /Oy /Gw /Gy" ^
578
578
-D CMAKE_MT=mt ^
579
579
-D CMAKE_Swift_COMPILER=%BuildRoot% /1/bin/swiftc.exe ^
580
+ -D CMAKE_Swift_FLAGS=" -vfsoverlay %BuildRoot% /2/stdlib/windows-vfs-overlay.yaml" ^
580
581
-D CMAKE_EXE_LINKER_FLAGS=" /INCREMENTAL:NO" ^
581
582
-D CMAKE_SHARED_LINKER_FLAGS=" /INCREMENTAL:NO" ^
582
583
@@ -602,6 +603,7 @@ cmake --build %BuildRoot%\13 --target install || (exit /b)
602
603
-D CMAKE_CXX_FLAGS=" /GS- /Oy /Gw /Gy" ^
603
604
-D CMAKE_MT=mt ^
604
605
-D CMAKE_Swift_COMPILER=%BuildRoot% /1/bin/swiftc.exe ^
606
+ -D CMAKE_Swift_FLAGS=" -vfsoverlay %BuildRoot% /2/stdlib/windows-vfs-overlay.yaml" ^
605
607
-D CMAKE_EXE_LINKER_FLAGS=" /INCREMENTAL:NO" ^
606
608
-D CMAKE_SHARED_LINKER_FLAGS=" /INCREMENTAL:NO" ^
607
609
You can’t perform that action at this time.
0 commit comments