zig/lib/std/Build
Andrew Kelley 537e2808e0 build system: fix missing step dependencies on lib
When depending on a module that depends on a static library, there was a
missing step dependency on the static library, which caused a compile
error due to missing header file.

This fixes the problem by adding the proper step dependencies.

Reviewing this code, I'm starting to wonder if it might be simpler to
have Module instances create dummy Step objects to better model
dependencies and dependees, rather than trying to maintain this graph
without an actual node. That would be an improvement for a future
commit.
2024-01-04 03:44:26 -08:00
..
Cache lib: correct unnecessary uses of 'var' 2023-11-19 09:55:07 +00:00
Step Merge pull request #18262 from ziglang/fix-18259 2024-01-03 13:23:40 -08:00
Cache.zig Merge pull request #18262 from ziglang/fix-18259 2024-01-03 13:23:40 -08:00
Module.zig build system: fix missing step dependencies on lib 2024-01-04 03:44:26 -08:00
Step.zig complete todo 2023-11-26 14:27:39 -05:00