figure out why linking against static MSVCRT isn't working #2064
Labels
contributor friendly
This issue is limited in scope and/or knowledge of Zig internals.
os-windows
stage1
The process of building from source via WebAssembly and the C backend.
Milestone
Here in link.cpp I had to force
is_dynamic
to betrue
to fix regressions after 5d2edac.We should be able to do:
And have the full zig test suite pass on Windows.
On the other hand, this issue may become unnecessary if we get a Windows libc shipping with Zig with #514.
The text was updated successfully, but these errors were encountered: