Files
remote_scope/build.rs
T
Martino Ferrari e3d621c425 First iteration
2026-05-07 16:47:32 +02:00

6 lines
159 B
Rust

fn main() {
if std::env::var("CARGO_CFG_TARGET_OS").unwrap() == "windows" {
embed_resource::compile("resources.rc", embed_resource::NONE);
}
}