mirror of
https://github.com/watchexec/watchexec.git
synced 2024-11-13 07:41:11 +01:00
8 lines
210 B
Rust
8 lines
210 B
Rust
fn main() {
|
|
embed_resource::compile("watchexec-manifest.rc", embed_resource::NONE);
|
|
bosion::gather();
|
|
|
|
if std::env::var("CARGO_FEATURE_EYRA").is_ok() {
|
|
println!("cargo:rustc-link-arg=-nostartfiles");
|
|
}
|
|
}
|