mirror of
https://github.com/ziglang/zig.git
synced 2026-02-06 14:37:04 +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.