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 windows SDK with MSVC instead of gcc #164

Merged
merged 2 commits into from
Nov 18, 2020

Conversation

vvuk
Copy link
Contributor

@vvuk vvuk commented Nov 17, 2020

By default, cmake was finding MSYS (or mingw, whichever) gcc in the path and building with it. The resulting binaries therefore required libgcc_s_seh-1.dll to be available.

This executes a VS environment setup before the build, causing cmake to pick up on VC++ and generates a clean no-dependencies LLVM build (other than the Windows CRT).

Fixes #148

@vvuk
Copy link
Contributor Author

vvuk commented Nov 17, 2020

cc @sbc100 @sunfishcode -- can't seem to request review on this

@sunfishcode
Copy link
Member

Sounds good, thanks!

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.

Windows builds require libcc_s_seh-1.dll to be available
2 participants