Function getOutput [src]

Prototype

pub fn getOutput(config_header: *ConfigHeader) std.Build.LazyPath

Parameters

config_header: *ConfigHeader

Source

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