Skip to content

Fix CMake export #101

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

Merged
merged 2 commits into from
Jul 15, 2024
Merged

Conversation

kabiroberai
Copy link
Contributor

We were previously appending to SWIFT_EXPORTS which has a special meaning for in-tree swiftc builds. This was causing us to export WasmKit to all consumers of the Swift Compiler via CMake. Specifically, this resulted in failing builds of Swift's LLDB fork: see swiftlang/swift#73031 (comment).

We can fix this by using a different property name.

@kateinoigakukun kateinoigakukun merged commit acad3be into swiftwasm:main Jul 15, 2024
8 checks passed
kateinoigakukun added a commit to kabiroberai/swift that referenced this pull request Jul 15, 2024
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