Skip to content

macros: install the runtime component for Windows #69865

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 1 commit into from
Nov 15, 2023

Conversation

compnerd
Copy link
Member

Windows uses the runtime component for the DLL, the library component for the import library, and archive component for static archives. This is in contrast to Darwin that uses library for the DLL and archive for static archives.

This is required to enable packaging the ObservableMacros.

Windows uses the runtime component for the DLL, the library component
for the import library, and archive component for static archives.  This
is in contrast to Darwin that uses library for the DLL and archive for
static archives.

This is required to enable packaging the ObservableMacros.
@compnerd
Copy link
Member Author

@swift-ci please test

@compnerd compnerd merged commit 7688cd9 into swiftlang:main Nov 15, 2023
@compnerd compnerd deleted the macro-installs branch November 15, 2023 17:22
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