Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Makefile: fix compilation on linux for Swift 6.
as specified in swiftlang/swift-package-manager@d1fdbbf passing multiple archs is intended to allow compiling universal binaries in macOS. When compiling for Swift 6, passing these arguments in linux fails due to the lack of xcode. For some reason this didn't prevent building prior to Swift 6.
- Loading branch information