| author | |
| committer | |
| log | 5209e7e458f6522778c5da62623627bd8f06d007 |
| tree | ee4145117102db84b50cef1f7860d658caec6138 |
| parent | b5cc658ab4113b4db4f709dbec258910696990bd |
1 files changed, 1 insertions(+), 1 deletions(-)
lib/compiler_rt/emutls.zig+1-1| ... | ... | @@ -18,7 +18,7 @@ const gcc_word = usize; |
| 18 | 18 | pub const panic = common.panic; |
| 19 | 19 | |
| 20 | 20 | comptime { |
| 21 | if (builtin.link_libc and (builtin.abi.isAndroid() or builtin.os.tag == .openbsd)) { | |
| 21 | if (builtin.link_libc and (builtin.abi.isAndroid() or builtin.abi.isOpenHarmony() or builtin.os.tag == .openbsd)) { | |
| 22 | 22 | @export(&__emutls_get_address, .{ .name = "__emutls_get_address", .linkage = common.linkage, .visibility = common.visibility }); |
| 23 | 23 | } |
| 24 | 24 | } |