mirror of
https://github.com/ziglang/zig.git
synced 2026-01-20 14:25:16 +00:00
Fix Step.cast for OptionsStep and CheckObjectStep
This commit is contained in:
parent
5e0d8a435e
commit
8d288a5fa7
@ -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,
|
||||
|
||||
@ -10,6 +10,8 @@ const FileSource = build.FileSource;
|
||||
|
||||
const OptionsStep = @This();
|
||||
|
||||
pub const base_id = .options;
|
||||
|
||||
step: Step,
|
||||
generated_file: GeneratedFile,
|
||||
builder: *Builder,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user