Files
fish-shell/crates/wcstringutil/build.rs
Daniel Rainer 7072eec225 wcstringutil: extract into new crate
This moves the code from `src/wcstringutil.rs` into a new dedicated
crate.

Closes #12315
2026-01-15 17:20:07 +01:00

4 lines
91 B
Rust

fn main() {
rsconf::declare_cfg("cygwin", fish_build_helper::target_os_is_cygwin());
}