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

Fix manifest parsing on Linux #30

Merged
merged 1 commit into from
Jul 25, 2023
Merged

Conversation

kabiroberai
Copy link
Contributor

@kabiroberai kabiroberai commented Jul 24, 2023

This PR fixes manifest parsing by piggybacking off of the Swift Driver instead of invoking the frontend + linker directly. We can leave it to the driver to invoke the latter two with the correct arguments. Note that I haven't tested this on macOS yet so you might want to make sure that nothing is broken (particularly with code that uses Apple frameworks from the macOS SDK).

Context

Copy link
Owner

@stackotter stackotter left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the PR! I'm excited to start working on Linux support a bit more

@stackotter stackotter merged commit 31ee1b8 into stackotter:main Jul 25, 2023
@stackotter
Copy link
Owner

Just had to wait until I got home to test it for myself :) still works on my end 👍

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

Successfully merging this pull request may close these issues.

2 participants