diff --git a/build.rs b/build.rs index 0576266..2c94b5c 100644 --- a/build.rs +++ b/build.rs @@ -1,7 +1,7 @@ extern crate winres; fn main() { - if cfg!(target_os = "windows") { - winres::WindowsResource::new().compile().unwrap(); - } + if cfg!(target_os = "windows") { + winres::WindowsResource::new().compile().unwrap(); + } }