abjmakes
Results
1
comments of
abjmakes
My workaround is adding the missing *.a lib files: `zig cc -o test.exe .\test.c C:\msys64\mingw64\lib\libws2_32.a -lws2_32 -Dtarget=x86_64-windows-gnu`