diff options
| author | Lee Cannon <leecannon@leecannon.xyz> | 2022-09-29 12:41:39 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-09-29 14:41:39 +0300 |
| commit | 8d288a5fa77485121c3d3eafeedaaa381884c245 (patch) | |
| tree | c239184645c63bb914a3363cd2bc0d846f4c250a /lib/std/build/CheckObjectStep.zig | |
| parent | 5e0d8a435e51f7b5eb51d286bfaf0adb32d90381 (diff) | |
| download | zig-8d288a5fa77485121c3d3eafeedaaa381884c245.tar.gz zig-8d288a5fa77485121c3d3eafeedaaa381884c245.zip | |
Fix `Step.cast` for `OptionsStep` and `CheckObjectStep`
Diffstat (limited to 'lib/std/build/CheckObjectStep.zig')
| -rw-r--r-- | lib/std/build/CheckObjectStep.zig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/std/build/CheckObjectStep.zig b/lib/std/build/CheckObjectStep.zig index cc0982ec08..0acc659d20 100644 --- a/lib/std/build/CheckObjectStep.zig +++ b/lib/std/build/CheckObjectStep.zig @@ -14,7 +14,7 @@ const Builder = build.Builder; const Step = build.Step; const EmulatableRunStep = build.EmulatableRunStep; -pub const base_id = .check_obj; +pub const base_id = .check_object; step: Step, builder: *Builder, |
