Revision control
Copy as Markdown
Other Tools
fn main() {
if std::env::var("TARGET").expect("cannot read TARGET environment variable").contains("apple") {
println!("cargo:rustc-link-lib=framework=CoreMIDI");
}
}
fn main() {
if std::env::var("TARGET").expect("cannot read TARGET environment variable").contains("apple") {
println!("cargo:rustc-link-lib=framework=CoreMIDI");
}
}