Skip to content

Commit 58acf87

Browse files
authored
Review feedback
Signed-off-by: Ludea <ludovicw35@hotmail.com>
1 parent 42f74a3 commit 58acf87

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • crates/fspy_preload_unix/src

crates/fspy_preload_unix/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// Compile as an empty crate to avoid build failures from missing libc symbols.
33
#![cfg_attr(all(not(target_os = "android"), not(target_env = "musl")), feature(c_variadic))]
44

5-
#[cfg(all(target_os = "linux", not(target_env = "musl")))]
5+
#[cfg(all(unix, not(target_os = "android"), not(target_env = "musl")))]
66
mod client;
77

88
#[cfg(all(target_os = "linux", not(target_env = "musl")))]

0 commit comments

Comments
 (0)