Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix build on macOS with latest cc crate
cc v1.0.58 broke the macOS build by including the "-arch" flag in the default set of compiler flags. Strip it out, like we do for iOS targets. Closes alexcrichton#66.
- Loading branch information