Skip to content
This repository was archived by the owner on Jan 22, 2025. It is now read-only.

Commit 61a3df6

Browse files
authored
fix build break from 20099 (#20131)
1 parent 873bd33 commit 61a3df6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sys-tuner/src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#[cfg(target_os = "linux")]
1+
#[cfg(not(target_family = "windows"))]
22
use clap::{crate_description, crate_name, value_t_or_exit, App, Arg};
33
use log::*;
44

0 commit comments

Comments
 (0)