mirror of
https://codeberg.org/ziglang/zig.git
synced 2025-12-06 05:44:20 +00:00
parent
1ca213dab0
commit
5f7780c533
1 changed files with 2 additions and 1 deletions
|
|
@ -265,7 +265,8 @@ comptime {
|
|||
_ = @import("compiler_rt/ssp.zig");
|
||||
}
|
||||
|
||||
if (!builtin.link_libc and builtin.os.tag == .windows and (builtin.abi == .none or builtin.abi == .msvc)) {
|
||||
// Temporarily used for uefi until https://github.com/ziglang/zig/issues/21630 is addressed.
|
||||
if (!builtin.link_libc and (builtin.os.tag == .windows or builtin.os.tag == .uefi) and (builtin.abi == .none or builtin.abi == .msvc)) {
|
||||
@export(&_fltused, .{ .name = "_fltused", .linkage = common.linkage, .visibility = common.visibility });
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue