nushell/build.rs
2022-03-05 15:56:23 -06:00

8 lines
127 B
Rust

#[cfg(windows)]
fn main() {
embed_resource::compile_for("assets/nushell.rc", &["nu"])
}
#[cfg(not(windows))]
fn main() {}