From 03b1b62bde79158d508e5b37d5ba7a33ac9c258b Mon Sep 17 00:00:00 2001 From: cho45 Date: Mon, 24 Feb 2014 11:57:50 +0900 Subject: Always include build_config.rb to compile dependency. 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 --- tasks/mruby_build_commands.rake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/mruby_build_commands.rake b/tasks/mruby_build_commands.rake index d7b87514e..b0965ea09 100644 --- a/tasks/mruby_build_commands.rake +++ b/tasks/mruby_build_commands.rake @@ -110,7 +110,7 @@ module MRuby File.read(file).gsub("\\\n ", "").scan(/^\S+:\s+(.+)$/).flatten.map {|s| s.split(' ') }.flatten else [] - end + end + [ MRUBY_CONFIG ] end end -- cgit v1.2.3