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 misuse of MAKEFILE_CONFIG #1820

Merged
merged 1 commit into from Nov 17, 2018

Conversation

nobu
Copy link
Contributor

@nobu nobu commented Nov 17, 2018

As the values of RbConfig::MAKEFILE_CONFIG are intended to use in Makefile and may contain make macros, so a path in it may not match /gcc/, nor cannot execute directly.
Use RbConfig::CONFIG, whose values are expanded, for such porpose instead.

As the values of `RbConfig::MAKEFILE_CONFIG` are intended to use
in Makefile and may contain make macros, so a path in it may not
match /gcc/, nor cannot execute directly.  Use `RbConfig::CONFIG`,
whose values are expanded, for such porpose instead.
@flavorjones
Copy link
Member

Thank you! All tests are green, so I'm merging.

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