Skip to content

Commit

Permalink
Merge pull request Rust-SDL2#1031 from aclysma/add-metal-framework-de…
Browse files Browse the repository at this point in the history
…pendency

Add metal framework
  • Loading branch information
Cobrand authored Sep 19, 2020
2 parents 431da85 + a0d9125 commit 616300f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sdl2-sys/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -395,6 +395,7 @@ fn link_sdl2(target_os: &str) {
println!("cargo:rustc-link-lib=framework=CoreVideo");
println!("cargo:rustc-link-lib=framework=CoreAudio");
println!("cargo:rustc-link-lib=framework=AudioToolbox");
println!("cargo:rustc-link-lib=framework=Metal");
println!("cargo:rustc-link-lib=iconv");
} else {
// TODO: Add other platform linker options here.
Expand Down

0 comments on commit 616300f

Please sign in to comment.