yonaskolb / Mint

A package manager that installs and runs executable Swift packages

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Makefile not Linux-compatible

mickeyl opened this issue · comments

Supplying the --arch options does not work on Linux, as there are no fat binaries there. swift build wants to invoke xcode-select when these options are given, which – of course – does not exist on Linux, hence the build fails.

I suggest wrapping this in a an os-specific if clause.