Function getOutputDir [src]

Prototype

pub fn getOutputDir(ch: *ConfigHeader) std.Build.LazyPath

Parameters

ch: *ConfigHeader

Source

pub fn getOutputDir(ch: *ConfigHeader) std.Build.LazyPath { return .{ .generated = .{ .file = &ch.generated_dir } }; }