Skip to content

Commit

Permalink
Add metal framework
Browse files Browse the repository at this point in the history
  • Loading branch information
aclysma committed Sep 19, 2020
1 parent 6fe93cc commit 6164f80
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 6164f80

Please sign in to comment.