Skip to content

Commit 9769425

Browse files
committed
target_os instead of targt
1 parent 941a830 commit 9769425

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/main.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ extern crate strum;
1010
extern crate strum_macros;
1111
extern crate image;
1212

13-
#[cfg(target = "windows")]
13+
#[cfg(target_os = "windows")]
1414
extern crate ansi_term;
1515

1616
#[cfg(target_os = "linux")]

0 commit comments

Comments
 (0)