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

Commits on Nov 17, 2018

  1. Fix misuse of MAKEFILE_CONFIG

    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.
    nobu committed Nov 17, 2018
    Configuration menu
    Copy the full SHA
    bf41ba0 View commit details
    Browse the repository at this point in the history