You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Temporarily used for thumb-uefi until https://github.com/ziglang/zig/issues/21630 is addressed.
37
+
pubconstwant_windows_arm_abi=builtin.cpu.arch.isArm() and (builtin.os.tag==.windowsorbuiltin.os.tag==.uefi) and (builtin.abi.isGnu() or!builtin.link_libc);
0 commit comments