zig/lib/std/Build
Ian Johnson 27d2d8e81f Apply cflags from pkg-config to all dependent modules
Closes #18628

This commit splits the arguments obtained from pkg-config into two
groups, cflags and libs, and consistently applies the cflags to each
individual module linking the library while applying the libs only once
for each compilation.
2024-01-29 14:08:41 -08:00
..
Cache lib: correct unnecessary uses of 'var' 2023-11-19 09:55:07 +00:00
Step Apply cflags from pkg-config to all dependent modules 2024-01-29 14:08:41 -08:00
Cache.zig Merge pull request #18262 from ziglang/fix-18259 2024-01-03 13:23:40 -08:00
Module.zig zig build: add doc comments for functions related to options 2024-01-18 22:01:09 -07:00
Step.zig zig build: handle stderr more elegantly 2024-01-10 17:11:26 -08:00