We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c272b1 commit 1c7c591Copy full SHA for 1c7c591
src/atomic_shim.rs
@@ -5,7 +5,7 @@
5
6
use crate::prelude::*;
7
8
-#[cfg(feature = "jit")]
+#[cfg(all(feature = "jit", unix))]
9
#[no_mangle]
10
pub static mut __cg_clif_global_atomic_mutex: libc::pthread_mutex_t =
11
libc::PTHREAD_MUTEX_INITIALIZER;
0 commit comments