Function getOutput [src]
Alias for std.Build.Step.ConfigHeader.getOutputFile
Prototype
pub fn getOutputFile(ch: *ConfigHeader) std.Build.LazyPath
Parameters
ch: *ConfigHeader
Source
pub fn getOutputFile(ch: *ConfigHeader) std.Build.LazyPath {
return ch.getOutputDir().path(ch.step.owner, ch.include_path);
}