Function path [src]
Prototype
pub fn path(lazy_path: LazyPath, b: *Build, sub_path: []const u8) LazyPath
Parameters
lazy_path: LazyPath
b: *Build
sub_path: []const u8
Source
pub fn path(lazy_path: LazyPath, b: *Build, sub_path: []const u8) LazyPath {
return lazy_path.join(b.allocator, sub_path) catch @panic("OOM");
}