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

Fix compilation on windows #322

Merged
merged 1 commit into from
Mar 25, 2022
Merged

Fix compilation on windows #322

merged 1 commit into from
Mar 25, 2022

Conversation

enumag
Copy link
Contributor

@enumag enumag commented Mar 25, 2022

I have an application using the parallel gem. It works fine but when I compile it into exe I get an error that I'm missing the etc gem.

However I'm unable to install that gem on windows due to ruby/etc#22. However this gem doesn't seem to be strictly necessary for parallel and on windows the branch where it's used won't be reached anyway. Can we only call the require when actually using the gem?

@grosser grosser merged commit 383a960 into grosser:master Mar 25, 2022
@grosser
Copy link
Owner

grosser commented Mar 25, 2022

1.22.1

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