Function getOutputFile [src]

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); }