Navigation Menu

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

Extend mingw search pattern to find x86_64 gcc #164

Merged
merged 1 commit into from Dec 27, 2019

Conversation

larskanis
Copy link
Member

The previous pattern only recognized 32 bit compiler versions.

Cross compiler names are usually i686-w64-mingw32-gcc and x86_64-w64-mingw32-gcc.

Background is, that I'll probably split the single docker image of rake-compiler-dock into target specific versions. And the x64-mingw32 version currently fails, since it doesn't contain a recognized mingw compiler.

The previous pattern only recognized 32 bit compiler versions.
@kou kou merged commit ad5ff46 into rake-compiler:master Dec 27, 2019
@kou
Copy link
Member

kou commented Dec 27, 2019

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.

None yet

2 participants