Skip to content

Commit

Permalink
clippy: limit build script to Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
eugenesvk committed Apr 16, 2024
1 parent 40280e7 commit 6290e13
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
#[cfg(target_os = "windows")]
extern crate embed_resource;
#[cfg(target_os = "windows")]
fn main() {
embed_resource::compile("./src/kanata.exe.manifest.rc", embed_resource::NONE);
}

0 comments on commit 6290e13

Please sign in to comment.