Skip to content

Commit 92d13d4

Browse files
committed
Fix wasm build
1 parent 370d951 commit 92d13d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sys/shell/selector.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ cfg_os_ext! {
4040
}
4141

4242
#[cfg(target_os = "wasi")]
43-
cfg_os_ext! {
43+
cfg_any_os_ext! {
4444
use crate::{Interest, Token};
4545

4646
impl Selector {

0 commit comments

Comments
 (0)