mirror of
https://github.com/ziglang/zig.git
synced 2026-01-10 01:15:14 +00:00
Make std.Build.dependencyInner private
This commit is contained in:
parent
ef90d3af54
commit
e5bf1a5d50
@ -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,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user