yonaskolb / Mint

A package manager that installs and runs executable Swift packages
MIT License
2.26k stars 122 forks source link

Skip Apple Silicon supporting flow on Linux platform. #197

Closed 417-72KI closed 3 years ago

417-72KI commented 3 years ago

Resolves #196

ProcessInfo.machineHardwareName has caused a compile error on Linux platform. However, it was not called on Linux platform, so I made it only available on macOS platform.

Furthermore, I added the test on Linux which has been missed in #158 .