| ... | @@ -1351,7 +1351,7 @@ pub const Directories = struct { | ... | @@ -1351,7 +1351,7 @@ pub const Directories = struct { |
| 1351 | if (override_zig_lib) |path| break :d openUnresolved(arena, io, cwd, path, .@"zig lib"); | 1351 | if (override_zig_lib) |path| break :d openUnresolved(arena, io, cwd, path, .@"zig lib"); |
| 1352 | if (wasi) break :d getPreopen(preopens, "/lib"); | 1352 | if (wasi) break :d getPreopen(preopens, "/lib"); |
| 1353 | break :d findZigLibDirFromSelfExe(arena, io, cwd, self_exe_path) catch |err| { | 1353 | break :d findZigLibDirFromSelfExe(arena, io, cwd, self_exe_path) catch |err| { |
| 1354 | fatal("unable to find zig installation directory {q}: {t}", .{ self_exe_path, err }); | 1354 | fatal("unable to find zig installation directory from executable path {q}: {t}", .{ self_exe_path, err }); |
| 1355 | }; | 1355 | }; |
| 1356 | }; | 1356 | }; |
| 1357 | | 1357 | |