mirror of
https://github.com/wez/wezterm.git
synced 2024-11-15 01:26:59 +03:00
6 lines
125 B
Rust
6 lines
125 B
Rust
fn main() {
|
|
if cfg!(target_os = "macos") {
|
|
println!("cargo:rustc-link-lib=framework=UserNotifications");
|
|
}
|
|
}
|