Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
std.zig.target: Remove some library names from isLibCLibName() for Mi…
…nGW. These are system DLLs, most of which MinGW provides .def files for. It just so happens that MinGW also has some static libraries by the same name which link in some GUID definitions. The remaining non-MinGW library names represent libraries that are always statically linked, so if those are requested by the user, it makes sense to error if libc is not linked. A future enhancement could be to compile those independent of mingw32.lib, however. Closes #22560.
- Loading branch information