Function getPath [src]

Prototype

pub fn getPath(style: Style) ?std.Build.LazyPath

Parameters

style: Style

Source

pub fn getPath(style: Style) ?std.Build.LazyPath { switch (style) { .autoconf_undef, .autoconf, .autoconf_at, .cmake => |s| return s, .blank, .nasm => return null, } }