Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix "-arch arm64" flag for aarch64-ios-sim
Passing "-arch arm64" as a single string to clang causes an "argument unused during compilation" warning that becomes an error if -Werror is enabled. Fix passes it as two separate arguments (unfortunately "-arch=arm64" does not work either).
- Loading branch information