ZIm/zed/build.rs

3 lines
78 B
Rust

fn main() {
println!("cargo:rustc-env=MACOSX_DEPLOYMENT_TARGET=10.14");
}