fn checkExactPath(self: *CheckObject, phrase: []const u8, file_source: std.Build.LazyPath) void

Like checkExact() but takes an additional argument LazyPath which will be resolved to a full search query in make().

Parameters

self: *CheckObject,
phrase: []const u8,
file_source: std.Build.LazyPath,