3 lines
78 B
Rust
3 lines
78 B
Rust
fn main() {
|
|
println!("cargo:rustc-env=MACOSX_DEPLOYMENT_TARGET=10.14");
|
|
}
|