Skip to content

Commit

Permalink
zig update: remove bridgeos
Browse files Browse the repository at this point in the history
  • Loading branch information
ehaas committed Dec 7, 2024
1 parent d80080e commit ac140dc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/aro/target.zig
Original file line number Diff line number Diff line change
Expand Up @@ -682,7 +682,6 @@ pub fn toLLVMTriple(target: std.Target, buf: []u8) []const u8 {
.vulkan,
.plan9,
.other,
.bridgeos,
=> "unknown",
};
writer.writeAll(llvm_os) catch unreachable;
Expand Down

0 comments on commit ac140dc

Please sign in to comment.