aboutsummaryrefslogtreecommitdiff
path: root/src/Module.zig
diff options
context:
space:
mode:
authorAndrew Kelley <andrew@ziglang.org>2024-01-03 23:40:05 -0700
committerAndrew Kelley <andrew@ziglang.org>2024-01-04 03:44:26 -0800
commit537e2808e04fc34bb2015433895a57c15118eb28 (patch)
tree028b2081c157ede4a4fb00c7f75b05d6a6c4eea9 /src/Module.zig
parentfc79b22a981a5d8c1f0f27b2c68afc6c3c5b7474 (diff)
downloadzig-537e2808e04fc34bb2015433895a57c15118eb28.tar.gz
zig-537e2808e04fc34bb2015433895a57c15118eb28.zip
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.
Diffstat (limited to 'src/Module.zig')
0 files changed, 0 insertions, 0 deletions