mirror of
https://github.com/002Hub/IPass.git
synced 2025-04-19 13:51:21 +02:00
5 lines
109 B
Rust
5 lines
109 B
Rust
fn main() {
|
|
if std::env::consts::OS == "windows" {
|
|
println!("cargo:rustc-link-arg=.res");
|
|
}
|
|
} |