Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix error when building for simulator on Apple silicon with Xcode 13.3
Additional workaround for https://bugs.swift.org/browse/SR-16010. There's no such a simulator on Apple silicon Macs with a minimum OS version before ABI stability, so it's unnecessary to bundle the original Swift runtime here. This avoids error when we thin the dylibs later, because the original Swift dylibs don't contains arm64 slice for simulator.
- Loading branch information