diff options
| author | Andrew Kelley <andrew@ziglang.org> | 2022-05-04 19:15:31 -0700 |
|---|---|---|
| committer | Andrew Kelley <andrew@ziglang.org> | 2022-05-04 19:15:31 -0700 |
| commit | ba127058d1fcf3ca042794244eee052915998b1a (patch) | |
| tree | 6656d5e03d77e22aef099379174cd9e798a71e2f /lib/std/array_hash_map.zig | |
| parent | 080e870a717124204cbfa58a1f29061a701b0362 (diff) | |
| download | zig-ba127058d1fcf3ca042794244eee052915998b1a.tar.gz zig-ba127058d1fcf3ca042794244eee052915998b1a.zip | |
CLI: detect MinGW-flavored static libraries
Ideally on Windows, static libraries look like "foo.lib". However, CMake
and other build systems will unfortunately produce static libraries that
instead look like "libfoo.a". This patch makes Zig's CLI resolve "-lfoo"
arguments into static libraries that match this other pattern.
This patch fixes an issue with zig-bootstrap where it won't find the
LLVM, Clang, and LLD libraries.
Diffstat (limited to 'lib/std/array_hash_map.zig')
0 files changed, 0 insertions, 0 deletions
