Asana / locheck

Validate iOS, Android, and Mac localizations. Find errors in .strings, .stringsdict, and strings.xml files.
MIT License
98 stars 12 forks source link

Makefile: fix compilation on linux for Swift 6. #59

Open AnessZurba opened 1 month ago

AnessZurba commented 1 month ago

as specified in https://github.com/swiftlang/swift-package-manager/pull/2787/commits/d1fdbbfef0aec0bf6c5a0bff5e9c2c9bf23c6bb5 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.

AnessZurba commented 1 month ago

Tested sudo make install on linux and macOS

AnessZurba commented 4 weeks ago

@stevelandeyasana Could you please take a look?