This repository has been archived by the owner on Feb 4, 2025. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
remove unused run step, doesn't run yet in latest zig ziglang/zig#2041
this was never actually used anyway
- Loading branch information
aac901d
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For what it's worth you can fix it like this:
No longer necessary:
run_cmd.step.dependOn(&exe.step);
aac901d
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't need that