Files
oak-gpui/zed/build.rs
T

4 lines
78 B
Rust

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