| author | |
| committer | |
| log | e5bf1a5d50612c51d131e8843eeaccd672c79af4 |
| tree | 560958170fc598aa97a167a10ea177c344ee5d3a |
| parent | ef90d3af54908f2c943e2bd2b1535e2b56a8046a |
1 files changed, 1 insertions(+), 1 deletions(-)
lib/std/Build.zig+1-1| ... | ... | @@ -2020,7 +2020,7 @@ fn userValuesAreSame(lhs: UserValue, rhs: UserValue) bool { |
| 2020 | 2020 | return true; |
| 2021 | 2021 | } |
| 2022 | 2022 | |
| 2023 | pub fn dependencyInner( | |
| 2023 | fn dependencyInner( | |
| 2024 | 2024 | b: *Build, |
| 2025 | 2025 | name: []const u8, |
| 2026 | 2026 | build_root_string: []const u8, |