| ... | @@ -985,7 +985,7 @@ pub const Builder = struct { | ... | @@ -985,7 +985,7 @@ pub const Builder = struct { |
| 985 | self.search_prefixes.append(search_prefix) catch unreachable; | 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 | const base_dir = switch (dir) { | 989 | const base_dir = switch (dir) { |
| 990 | .Prefix => self.install_path, | 990 | .Prefix => self.install_path, |
| 991 | .Bin => self.exe_dir, | 991 | .Bin => self.exe_dir, |