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

Always include build_config.rb to compile dependency. #1732

Merged
merged 1 commit into from Feb 24, 2014

Conversation

cho45
Copy link
Contributor

@cho45 cho45 commented Feb 24, 2014

build_config.rb modifies cc.defines (eg. DISABLE_GEMS) so files depending on such flags should be rebuilt.

  1. rake without any gems
  2. edit build_config.rb to add gem
  3. rake (without rake clean)

rake output Build summary with Included Gems but actually DISABLE_GEMS flag lives.

Ref. (Failing scenario script): https://gist.github.com/cho45/9181191

build_config.rb modifies `cc.defines` (eg. `DISABLE_GEMS`) so files depending on such flags should be rebuilt.

Ref. (Failing scenario): https://gist.github.com/cho45/9181191
matz added a commit that referenced this pull request Feb 24, 2014
Always include build_config.rb to compile dependency.
@matz matz merged commit de0af73 into mruby:master Feb 24, 2014
@cho45 cho45 deleted the depend-build-config branch February 25, 2014 01:17
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