Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Exit on unrecognized darwin arch hint
Not sure if Apple are to introduce another CPU architecture to their device lineup - but they already did it 2 times. When building this on arm64 macOS, before adding the arm64 arch hint, Configure with use64bitall wouldn't exit, but a rather cryptic clang error would be thrown for an unknown arch name, simply because nothing was passed after the -arch flag.
- Loading branch information