Files
zig/src
Alex Rønne Petersen 715984340b compiler: MinGW-w64 import libs should not count towards any_dyn_libs.
They are, themselves, static libraries even if the resulting artifact strictly
speaking requires dynamic linking to the corresponding system DLLs to run. Note,
though, that there's no libc-provided dynamic linker on Windows like on POSIX,
so this isn't particularly problematic.

This matches x86_64-w64-mingw32-gcc behavior.
2025-04-14 21:10:29 +02:00
..
2025-04-05 21:42:33 -04:00
2025-04-02 05:54:04 +01:00
2025-01-16 20:42:08 -05:00
2025-04-04 06:08:09 +02:00
2025-02-26 11:42:04 -08:00
2025-03-07 22:22:01 +01:00
2025-04-02 05:54:04 +01:00