fix pthread-based tls on apple targets
This commit is contained in:
committed by
Andrei DAMIAN
parent
75530e9f72
commit
e41cce03a0
@@ -138,6 +138,7 @@ pub(crate) mod key {
|
||||
not(target_family = "wasm"),
|
||||
target_family = "unix",
|
||||
),
|
||||
all(not(target_thread_local), target_vendor = "apple"),
|
||||
target_os = "teeos",
|
||||
all(target_os = "wasi", target_env = "p1", target_feature = "atomics"),
|
||||
))] {
|
||||
|
||||
Reference in New Issue
Block a user