Skip to content

Commit 4cd2940

Browse files
committed
Make std.Build.dependencyInner private
1 parent c9c080c commit 4cd2940

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
@@ -1932,7 +1932,7 @@ fn userValuesAreSame(lhs: UserValue, rhs: UserValue) bool {
19321932
return true;
19331933
}
19341934

1935-
pub fn dependencyInner(
1935+
fn dependencyInner(
19361936
b: *Build,
19371937
name: []const u8,
19381938
build_root_string: []const u8,

0 commit comments

Comments
 (0)