Function getOutput [src]

Returns the main artifact of this Build Step which is a Zig source file generated from the key-value pairs of the Options.

Prototype

pub fn getOutput(options: *Options) LazyPath

Parameters

options: *Options

Source

pub fn getOutput(options: *Options) LazyPath { return .{ .generated = .{ .file = &options.generated_file } }; }