mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-12 05:15:00 +00:00
fdfed3d7db
Co-Authored-By: Max Brunsfeld <maxbrunsfeld@gmail.com>
3 lines
78 B
Rust
3 lines
78 B
Rust
fn main() {
|
|
println!("cargo:rustc-env=MACOSX_DEPLOYMENT_TARGET=10.14");
|
|
}
|