repo.or.cz
/
gecko.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Bug 1888590 - Mark some subtests on trusted-types-event-handlers.html as failing...
[gecko.git]
/
third_party
/
rust
/
coremidi-sys
/
build.rs
blob
682c19b2a05805500a0858acd9c430a3a7833cf0
1
fn main() {
2
if std::env::var("TARGET").expect("cannot read TARGET environment variable").contains("apple") {
3
println!("cargo:rustc-link-lib=framework=CoreMIDI");
4
}
5
}