mirror of
https://github.com/ziglang/zig.git
synced 2026-02-13 04:48:20 +00:00
Fix more compilation errors on other hosts
This commit is contained in:
parent
08e7ac3028
commit
dd366d316d
@ -820,6 +820,9 @@ pub const NativeTargetInfo = struct {
|
||||
&link_buf,
|
||||
) catch |err| switch (err) {
|
||||
error.NameTooLong => unreachable,
|
||||
error.InvalidUtf8 => unreachable, // Windows only
|
||||
error.BadPathName => unreachable, // Windows only
|
||||
error.UnsupportedReparsePointType => unreachable, // Windows only
|
||||
|
||||
error.AccessDenied,
|
||||
error.FileNotFound,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user