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

Add UCRT64 build option #567

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

God-damnit-all
Copy link
Contributor

Uses a workflow option to build as UCRT64 instead of MINGW64. The BUILD_NAME variable gets updated to have ucrt- before x64 and the build script replaces w64-x86_64 with w64-ucrt-x86_64 if $USE_UCRT equals 1.

It built successfully, but I figured you might want to be able to have it built separately to help make sure there's not any bugs specific to a particular compilation process.

Oh, and also allows for local dependencies lists in the build file. I was initially going to do some weird thing where there was a separate file for UCRT64-specific builds but came up with just altering the sed command based on an env variable instead. However, I decided it would still be nice to be able to have some sort of manual override for that if necessary.

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.

1 participant