Skip to content

Commit 4c5a0ef

Browse files
committed
Make std.Build.dependencyInner private
1 parent 6720001 commit 4c5a0ef

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
@@ -1919,7 +1919,7 @@ fn userValuesAreSame(lhs: UserValue, rhs: UserValue) bool {
19191919
return true;
19201920
}
19211921

1922-
pub fn dependencyInner(
1922+
fn dependencyInner(
19231923
b: *Build,
19241924
name: []const u8,
19251925
build_root_string: []const u8,

0 commit comments

Comments
 (0)