We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a17ac98 commit 5aa1909Copy full SHA for 5aa1909
webrtc-sys/build.rs
@@ -175,6 +175,7 @@ fn main() {
175
println!("cargo:rustc-link-lib=framework=OpenGLES");
176
println!("cargo:rustc-link-lib=framework=GLKit");
177
println!("cargo:rustc-link-lib=framework=Metal");
178
+ println!("cargo:rustc-link-lib=framework=MetalKit");
179
println!("cargo:rustc-link-lib=framework=Network");
180
println!("cargo:rustc-link-lib=framework=QuartzCore");
181
0 commit comments