Fields

step: Step,
input_file: std.Build.LazyPath,
basename: []const u8,
output_file: std.Build.GeneratedFile,
format: ?RawFormat,
only_section: ?[]const u8,
pad_to: ?u64,

Functions

fn create(owner: *std.Build, input_file: std.Build.LazyPath, options: Options) *ObjCopy

No documentation provided.

fn getOutput(self: *const ObjCopy) std.Build.LazyPath

No documentation provided.

fn getOutputSource(self: *const ObjCopy) std.Build.LazyPath

deprecated: use getOutput

Values