| author | |
| committer | |
| log | d2e42fe9deca5601941d0e25167ad3d5bb05e541 |
| tree | 3150b619cd59808e4f82fa10a81cc9f041c503f5 |
| parent | 71e5ee9a51807485cdcbfdc3bf56c056ad22527c |
| signature |
1 files changed, 1 insertions(+), 1 deletions(-)
lib/std/Target.zig+1-1| ... | ... | @@ -912,6 +912,7 @@ pub const Abi = enum { |
| 912 | 912 | .windows => .gnu, |
| 913 | 913 | .uefi => .msvc, |
| 914 | 914 | .@"3ds" => .eabihf, |
| 915 | .psp => .eabihf, | |
| 915 | 916 | .vita => .eabihf, |
| 916 | 917 | .wasi, .emscripten => .musl, |
| 917 | 918 | |
| ... | ... | @@ -930,7 +931,6 @@ pub const Abi = enum { |
| 930 | 931 | .tvos, |
| 931 | 932 | .visionos, |
| 932 | 933 | .watchos, |
| 933 | .psp, | |
| 934 | 934 | .ps3, |
| 935 | 935 | .ps4, |
| 936 | 936 | .ps5, |