fn getPath2(self: LazyPath, src_builder: *Build, asking_step: ?*Step) []const u8

Returns an absolute path. Intended to be used during the make phase only.

asking_step is only used for debugging purposes; it’s the step being run that is asking for the path.

Parameters

self: LazyPath,
src_builder: *Build,
asking_step: ?*Step,