Function getOutput [src]

Prototype

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

Parameters

objcopy: *const ObjCopy

Source

pub fn getOutput(objcopy: *const ObjCopy) std.Build.LazyPath { return .{ .generated = .{ .file = &objcopy.output_file } }; }