mirror of
https://github.com/ziglang/zig.git
synced 2025-12-06 14:23:09 +00:00
When creating an `EmulatableRunStep`, it now correctly depends on its own step rather than only the executable that was created. This means we do not need to add extra `dependOn` statements on both the emulatable step as well as the check object step.