Skip to content

Commit 33a97d2

Browse files
committed
fix: fixes the build on OpenHarmony
1 parent d88adc0 commit 33a97d2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/lib.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -145,11 +145,11 @@ feature! {
145145
#![feature = "mount"]
146146
pub mod mount;
147147
}
148-
#[cfg(all(any(
148+
#[cfg(any(
149149
freebsdlike,
150150
all(target_os = "linux", not(target_env = "ohos")),
151151
target_os = "netbsd"
152-
)))]
152+
))]
153153
feature! {
154154
#![feature = "mqueue"]
155155
pub mod mqueue;

0 commit comments

Comments
 (0)