step: Step,
input_file: std.Build.LazyPath,
basename: []const u8,
output_file: std.Build.GeneratedFile,
format: ?RawFormat,
only_section: ?[]const u8,
pad_to: ?u64,
fn create(owner: *std.Build, input_file: std.Build.LazyPath, options: Options) *ObjCopy
No documentation provided.
fn getOutput(self: *const ObjCopy) std.Build.LazyPath
fn getOutputSource(self: *const ObjCopy) std.Build.LazyPath
deprecated: use getOutput
Step.Id