structstd.Build.Step.MakeOptions[src]

Fields

progress_node: std.Progress.Node
thread_pool: *std.Thread.Pool
watch: bool

Source Code

Source code
pub const MakeOptions = struct {
    progress_node: std.Progress.Node,
    thread_pool: *std.Thread.Pool,
    watch: bool,
}