Skip to content

Commit aa40a9a

Browse files
committed
Make std.Build.dependencyInner private
1 parent 4f5d00c commit aa40a9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/std/Build.zig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1924,7 +1924,7 @@ fn userValuesAreSame(lhs: UserValue, rhs: UserValue) bool {
19241924
return true;
19251925
}
19261926

1927-
pub fn dependencyInner(
1927+
fn dependencyInner(
19281928
b: *Build,
19291929
name: []const u8,
19301930
build_root_string: []const u8,

0 commit comments

Comments
 (0)