| ... | @@ -265,7 +265,8 @@ comptime { | ... | @@ -265,7 +265,8 @@ comptime { |
| 265 | _ = @import("compiler_rt/ssp.zig"); | 265 | _ = @import("compiler_rt/ssp.zig"); |
| 266 | } | 266 | } |
| 267 | | 267 | |
| 268 | if (!builtin.link_libc and builtin.os.tag == .windows and (builtin.abi == .none or builtin.abi == .msvc)) { | 268 | // Temporarily used for uefi until https://github.com/ziglang/zig/issues/21630 is addressed. |
| | 269 | if (!builtin.link_libc and (builtin.os.tag == .windows or builtin.os.tag == .uefi) and (builtin.abi == .none or builtin.abi == .msvc)) { |
| 269 | @export(&_fltused, .{ .name = "_fltused", .linkage = common.linkage, .visibility = common.visibility }); | 270 | @export(&_fltused, .{ .name = "_fltused", .linkage = common.linkage, .visibility = common.visibility }); |
| 270 | } | 271 | } |
| 271 | } | 272 | } |