Skip to content

Commit

Permalink
Merge pull request #1031 from aclysma/add-metal-framework-dependency
Browse files Browse the repository at this point in the history
Add metal framework
  • Loading branch information
Cobrand committed Sep 19, 2020
2 parents 6fe93cc + 6164f80 commit e883f12
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sdl2-sys/build.rs
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 e883f12

Please sign in to comment.