5 lines
No EOL
181 B
Rust
5 lines
No EOL
181 B
Rust
fn main() {
|
|
if std::env::var("TARGET").expect("cannot read TARGET environment variable").contains("apple") {
|
|
println!("cargo:rustc-link-lib=framework=CoreMIDI");
|
|
}
|
|
} |