mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-04-26 05:01:15 -03:00
6 lines
114 B
Rust
6 lines
114 B
Rust
use fish_build_helper::target_os_is_apple;
|
|
|
|
fn main() {
|
|
rsconf::declare_cfg("apple", target_os_is_apple());
|
|
}
|