Skip to content

Commit

Permalink
Fix compilation for non-unix systems
Browse files Browse the repository at this point in the history
  • Loading branch information
bjorn3 committed Oct 15, 2020
1 parent 1c272b1 commit 1c7c591
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/atomic_shim.rs
Expand Up @@ -5,7 +5,7 @@

use crate::prelude::*;

#[cfg(feature = "jit")]
#[cfg(all(feature = "jit", unix))]
#[no_mangle]
pub static mut __cg_clif_global_atomic_mutex: libc::pthread_mutex_t =
libc::PTHREAD_MUTEX_INITIALIZER;
Expand Down

0 comments on commit 1c7c591

Please sign in to comment.