mirror of
https://codeberg.org/ziglang/zig.git
synced 2025-12-09 23:29:03 +00:00
Make std.Build.dependencyInner private
This commit is contained in:
parent
ef90d3af54
commit
e5bf1a5d50
1 changed files with 1 additions and 1 deletions
|
|
@ -2020,7 +2020,7 @@ fn userValuesAreSame(lhs: UserValue, rhs: UserValue) bool {
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
pub fn dependencyInner(
|
fn dependencyInner(
|
||||||
b: *Build,
|
b: *Build,
|
||||||
name: []const u8,
|
name: []const u8,
|
||||||
build_root_string: []const u8,
|
build_root_string: []const u8,
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue