Skip to content
This repository has been archived by the owner on Jun 8, 2020. It is now read-only.

Commit

Permalink
Switch to libc++ on OS X
Browse files Browse the repository at this point in the history
  • Loading branch information
nox committed Sep 23, 2016
1 parent 2792bd9 commit 15f9081
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.rs
Expand Up @@ -21,7 +21,7 @@ fn main() {
println!("cargo:rustc-link-lib=stdc++");
println!("cargo:rustc-link-lib=GLESv2");
} else if target.contains("apple-darwin") {
println!("cargo:rustc-link-lib=stdc++");
println!("cargo:rustc-link-lib=c++");
println!("cargo:rustc-link-lib=framework=OpenGL");
println!("cargo:rustc-link-lib=framework=ApplicationServices");
} else if target.contains("windows") {
Expand Down

0 comments on commit 15f9081

Please sign in to comment.