fn checkExactPath(self: *CheckObject, phrase: []const u8, file_source: std.Build.LazyPath) void
[src]
Like checkExact()
but takes an additional argument LazyPath
which will be resolved to a full search query in make()
.
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()
.