| author | |
| committer | |
| log | 8a7d925d36ae82f77ea9a65c2a31bfc2ef2bed68 |
| tree | af6c0bf4b470f18321be9ac4cd7384f6e609eb95 |
| parent | 3d6f83b331f86f8f6a80cea7b3ca51d02ad85ac0 |
| signature | Signed by SSH key SHA256:7B/LJ7bpR1eX8aCXSr4mtd5M45VMPKcx9zY8e95b5QM |
1 files changed, 1 insertions(+), 1 deletions(-)
lib/std/Target.zig+1-1| ... | ... | @@ -708,7 +708,6 @@ pub const Os = struct { |
| 708 | 708 | pub fn requiresLibC(os: Os) bool { |
| 709 | 709 | return switch (os.tag) { |
| 710 | 710 | .aix, |
| 711 | .netbsd, | |
| 712 | 711 | .driverkit, |
| 713 | 712 | .macos, |
| 714 | 713 | .ios, |
| ... | ... | @@ -726,6 +725,7 @@ pub const Os = struct { |
| 726 | 725 | .linux, |
| 727 | 726 | .windows, |
| 728 | 727 | .freebsd, |
| 728 | .netbsd, | |
| 729 | 729 | .freestanding, |
| 730 | 730 | .fuchsia, |
| 731 | 731 | .ps3, |