Function getPath [src]
Deprecated, see getPath3.
Prototype
pub fn getPath(lazy_path: LazyPath, src_builder: *Build) []const u8 Parameters
lazy_path: LazyPathsrc_builder: *Build Source
pub fn getPath(lazy_path: LazyPath, src_builder: *Build) []const u8 {
return getPath2(lazy_path, src_builder, null);
}