mirror of
https://github.com/ziglang/zig.git
synced 2024-11-30 09:02:32 +00:00
Closes #20355: Enables dynamic linking for .os_tag == .other
again
This commit is contained in:
parent
0d12caee29
commit
451550e86a
@ -8,7 +8,7 @@ pub const default_stack_protector_buffer_size = 4;
|
||||
|
||||
pub fn cannotDynamicLink(target: std.Target) bool {
|
||||
return switch (target.os.tag) {
|
||||
.freestanding, .other => true,
|
||||
.freestanding => true,
|
||||
else => target.isSpirV(),
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user