Make std.Build.dependencyInner private

This commit is contained in:
Carl Åstholm 2024-02-17 17:51:16 +01:00 committed by Andrew Kelley
parent ef90d3af54
commit e5bf1a5d50

View file

@ -2020,7 +2020,7 @@ fn userValuesAreSame(lhs: UserValue, rhs: UserValue) bool {
return true;
}
pub fn dependencyInner(
fn dependencyInner(
b: *Build,
name: []const u8,
build_root_string: []const u8,