Skip to content

Commit

Permalink
Bring back embed_resource
Browse files Browse the repository at this point in the history
  • Loading branch information
kchibisov committed Mar 23, 2022
1 parent 163a314 commit d2ab7e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions alacritty/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ fn main() {
.write_bindings(GlobalGenerator, &mut file)
.unwrap();

// #[cfg(windows)]
// embed_resource::compile("./windows/windows.rc");
#[cfg(windows)]
embed_resource::compile("./windows/windows.rc");
}

fn commit_hash() -> Option<String> {
Expand Down

0 comments on commit d2ab7e1

Please sign in to comment.