Fix build

This commit is contained in:
Andrzej Janik
2025-07-28 20:09:30 +00:00
parent d1560e95cf
commit 4301418d50
2 changed files with 1 additions and 0 deletions

View File

@ -3,6 +3,7 @@ use std::sync::atomic::{AtomicBool, Ordering};
#[cfg_attr(windows, path = "os_win.rs")] #[cfg_attr(windows, path = "os_win.rs")]
#[cfg_attr(not(windows), path = "os_unix.rs")]
mod os; mod os;
pub(crate) mod r#impl; pub(crate) mod r#impl;

0
zluda/src/os_unix.rs Normal file
View File