| ... | ... | @@ -390,7 +390,7 @@ fn detectAbiAndDynamicLinker( |
| 390 | 390 | error.FileTooBig, |
| 391 | 391 | error.Unexpected, |
| 392 | 392 | => |e| { |
| 393 | | std.log.warn("Encoutered error: {s}, falling back to default ABI and dynamic linker.\n", .{@errorName(e)}); |
| 393 | std.log.warn("Encountered error: {s}, falling back to default ABI and dynamic linker.\n", .{@errorName(e)}); |
| 394 | 394 | return defaultAbiAndDynamicLinker(cpu, os, cross_target); |
| 395 | 395 | }, |
| 396 | 396 | |
| ... | ... | @@ -447,7 +447,7 @@ fn detectAbiAndDynamicLinker( |
| 447 | 447 | error.NameTooLong, |
| 448 | 448 | // Finally, we fall back on the standard path. |
| 449 | 449 | => |e| { |
| 450 | | std.log.warn("Encoutered error: {s}, falling back to default ABI and dynamic linker.\n", .{@errorName(e)}); |
| 450 | std.log.warn("Encountered error: {s}, falling back to default ABI and dynamic linker.\n", .{@errorName(e)}); |
| 451 | 451 | return defaultAbiAndDynamicLinker(cpu, os, cross_target); |
| 452 | 452 | }, |
| 453 | 453 | }; |