Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Makefile not Linux-compatible #230

Open
mickeyl opened this issue Jan 13, 2022 · 0 comments
Open

Makefile not Linux-compatible #230

mickeyl opened this issue Jan 13, 2022 · 0 comments

Comments

@mickeyl
Copy link

mickeyl commented Jan 13, 2022

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant