Skip to content

Commit

Permalink
fixup: cross compile from any platform
Browse files Browse the repository at this point in the history
  • Loading branch information
dlon committed Dec 9, 2024
1 parent a787025 commit 54374bb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion windows-installer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ windows-sys = { version = "0.52.0", features = ["Win32_System", "Win32_System_Li
tempfile = "3.10"
anyhow = "1.0"

[target.'cfg(target_os = "windows")'.build-dependencies]
[build-dependencies]
winres = "0.1"
anyhow = "1.0"
windows-sys = { version = "0.52.0", features = ["Win32_System", "Win32_System_LibraryLoader", "Win32_System_SystemServices"] }
Expand Down
2 changes: 0 additions & 2 deletions windows-installer/build.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#![cfg(target_os = "windows")]

use anyhow::Context;
use std::{io, path::Path};

Expand Down

0 comments on commit 54374bb

Please sign in to comment.