mirror of
https://github.com/ziglang/zig.git
synced 2026-02-16 14:28:57 +00:00
parent
453df1cc1e
commit
d4d509090b
@ -985,7 +985,7 @@ pub const Builder = struct {
|
||||
self.search_prefixes.append(search_prefix) catch unreachable;
|
||||
}
|
||||
|
||||
fn getInstallPath(self: *Builder, dir: InstallDir, dest_rel_path: []const u8) []const u8 {
|
||||
pub fn getInstallPath(self: *Builder, dir: InstallDir, dest_rel_path: []const u8) []const u8 {
|
||||
const base_dir = switch (dir) {
|
||||
.Prefix => self.install_path,
|
||||
.Bin => self.exe_dir,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user