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

build: adjust build rules for Windows #35

Merged
merged 1 commit into from
Feb 24, 2022

Conversation

compnerd
Copy link
Member

Because we do not use cl from MSVC or clang-cl, we lose some of the
necessary target macros. This manually constructs the macro definitions
to allow building the C/C++ code on Windows. This is required in
addition to #34 to build the gfm branch.

Because we do not use `cl` from MSVC or `clang-cl`, we lose some of the
necessary target macros.  This manually constructs the macro definitions
to allow building the C/C++ code on Windows.  This is required in
addition to swiftlang#34 to build the gfm branch.
Copy link

@QuietMisdreavus QuietMisdreavus left a comment

Choose a reason for hiding this comment

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

This looks good, thanks so much!

@QuietMisdreavus QuietMisdreavus merged commit 6ddaa39 into swiftlang:gfm Feb 24, 2022
@compnerd compnerd deleted the gfm-build branch January 4, 2024 18:27
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