aboutsummaryrefslogtreecommitdiff
path: root/lib/std/array_hash_map.zig
diff options
context:
space:
mode:
authorAndrew Kelley <andrew@ziglang.org>2022-05-04 19:15:31 -0700
committerAndrew Kelley <andrew@ziglang.org>2022-05-04 19:15:31 -0700
commitba127058d1fcf3ca042794244eee052915998b1a (patch)
tree6656d5e03d77e22aef099379174cd9e798a71e2f /lib/std/array_hash_map.zig
parent080e870a717124204cbfa58a1f29061a701b0362 (diff)
downloadzig-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