| ... | @@ -12,7 +12,7 @@ pub const default_stack_protector_buffer_size = 4; | ... | @@ -12,7 +12,7 @@ pub const default_stack_protector_buffer_size = 4; |
| 12 | | 12 | |
| 13 | pub fn cannotDynamicLink(target: *const std.Target) bool { | 13 | pub fn cannotDynamicLink(target: *const std.Target) bool { |
| 14 | return switch (target.os.tag) { | 14 | return switch (target.os.tag) { |
| 15 | .freestanding => true, | 15 | .freestanding, .uefi => true, |
| 16 | else => target.cpu.arch.isSpirV(), | 16 | else => target.cpu.arch.isSpirV(), |
| 17 | }; | 17 | }; |
| 18 | } | 18 | } |