Skip to content

Commit

Permalink
enable g3-compat build on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
zh-jq committed Apr 29, 2024
1 parent ee61830 commit bc512c6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/g3-compat/src/sched/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,6 @@
)]
#[cfg_attr(target_os = "netbsd", path = "netbsd.rs")]
#[cfg_attr(target_os = "macos", path = "macos.rs")]
#[cfg_attr(any(target_os = "windows", target_os = "openbsd"), path = "other.rs")]
mod os;
pub use os::CpuAffinity;

0 comments on commit bc512c6

Please sign in to comment.