authorgravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2025-10-28 09:27:04-07:00
committergravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2025-10-29 06:20:52-07:00
log9f986419bd0409c0b6b7630f0c7222b4137ead4f
tree4c1194e6e863e61dbb6a708aed4d26b35a6dfbfa
parent6f64c8b693446a6f8d170bb09324e5c5e506ce6f

CI: link ws2_32.lib on Windows


2 files changed, 2 insertions(+), 2 deletions(-)

ci/x86_64-windows-debug.ps1+1-1
......@@ -95,7 +95,7 @@ Enter-VsDevShell -VsInstallPath "C:\Program Files (x86)\Microsoft Visual Studio\
9595CheckLastExitCode
9696
9797Write-Output "Build and run behavior tests with msvc..."
98& cl.exe -I..\lib test-x86_64-windows-msvc.c compiler_rt-x86_64-windows-msvc.c /W3 /Z7 -link -nologo -debug -subsystem:console kernel32.lib ntdll.lib libcmt.lib
98& cl.exe -I..\lib test-x86_64-windows-msvc.c compiler_rt-x86_64-windows-msvc.c /W3 /Z7 -link -nologo -debug -subsystem:console kernel32.lib ntdll.lib libcmt.lib ws2_32.lib
9999CheckLastExitCode
100100
101101& .\test-x86_64-windows-msvc.exe
ci/x86_64-windows-release.ps1+1-1
......@@ -113,7 +113,7 @@ Enter-VsDevShell -VsInstallPath "C:\Program Files (x86)\Microsoft Visual Studio\
113113CheckLastExitCode
114114
115115Write-Output "Build and run behavior tests with msvc..."
116& cl.exe -I..\lib test-x86_64-windows-msvc.c compiler_rt-x86_64-windows-msvc.c /W3 /Z7 -link -nologo -debug -subsystem:console kernel32.lib ntdll.lib libcmt.lib
116& cl.exe -I..\lib test-x86_64-windows-msvc.c compiler_rt-x86_64-windows-msvc.c /W3 /Z7 -link -nologo -debug -subsystem:console kernel32.lib ntdll.lib libcmt.lib ws2_32.lib
117117CheckLastExitCode
118118
119119& .\test-x86_64-windows-msvc.exe