| author | |
| committer | |
| log | d4d509090b47a3860831a0fb6fb7fae02f5f7857 |
| tree | 3f4d70c195d6b05c17ad8f665765ad0ffbbd8736 |
| parent | 453df1cc1e362005e5f302d151447dc062cce02f |
| signature | Signed by PGP key 4AEE18F83AFDEB23 |
Closes #52991 files changed, 1 insertions(+), 1 deletions(-)
lib/std/build.zig+1-1| ... | ... | @@ -985,7 +985,7 @@ pub const Builder = struct { |
| 985 | 985 | self.search_prefixes.append(search_prefix) catch unreachable; |
| 986 | 986 | } |
| 987 | 987 | |
| 988 | fn getInstallPath(self: *Builder, dir: InstallDir, dest_rel_path: []const u8) []const u8 { | |
| 988 | pub fn getInstallPath(self: *Builder, dir: InstallDir, dest_rel_path: []const u8) []const u8 { | |
| 989 | 989 | const base_dir = switch (dir) { |
| 990 | 990 | .Prefix => self.install_path, |
| 991 | 991 | .Bin => self.exe_dir, |